Skip to content

Commit b136450

Browse files
chore(deps): update actions/setup-node action to v5 (#3040)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 057a755 commit b136450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-pages-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-node@v4
19+
- uses: actions/setup-node@v5
2020
with:
2121
node-version: 22
2222
cache: yarn

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
22-
- uses: actions/setup-node@v4
22+
- uses: actions/setup-node@v5
2323
with:
2424
node-version: 22
2525
cache: yarn

0 commit comments

Comments
 (0)