Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent d5e1a74 commit a99c56e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Setup nodejs
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.3
with:
node-version: 14

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

- name: Setup nodejs
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.3
with:
node-version: 14

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

- name: Setup nodejs
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.3
with:
node-version: 14

Expand Down

0 comments on commit a99c56e

Please sign in to comment.