Skip to content

Commit

Permalink
ci(deps): update actions/setup-node action to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2023
1 parent e803205 commit 6b3eb72
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: git fetch --tags -f || true

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: git fetch --tags -f || true

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16.x

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16.x

Expand Down

0 comments on commit 6b3eb72

Please sign in to comment.