Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Oct 24, 2023
2 parents 25b0313 + 3c19f4a commit a7c3d94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: npm i -g pnpm @antfu/ni

- name: Setup Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: "18"
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 18

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate-docs-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm i -g pnpm @antfu/ni

- name: Setup Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 18
cache: "pnpm"
Expand All @@ -44,7 +44,7 @@ jobs:

- run: npm i -g pnpm @antfu/ni

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 18
cache: pnpm
Expand All @@ -62,7 +62,7 @@ jobs:

- run: npm i -g pnpm @antfu/ni

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 18
cache: pnpm
Expand Down

0 comments on commit a7c3d94

Please sign in to comment.