Skip to content

Commit 1b0631a

Browse files
authored
Merge pull request #19 from ace-of-aces/dependabot/github_actions/actions/setup-node-5
chore(deps): bump actions/setup-node from 4 to 5
2 parents 1089d5e + a2b0925 commit 1b0631a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-docs-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
version: 9
3737

3838
- name: Setup Node
39-
uses: actions/setup-node@v4
39+
uses: actions/setup-node@v5
4040
with:
4141
node-version: 22
4242
cache: pnpm

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
version: 9 # Not needed if you've set "packageManager" in package.json
3737
- name: Setup Node
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v5
3939
with:
4040
node-version: 22
4141
cache: pnpm

0 commit comments

Comments
 (0)