Skip to content

Commit 9b51c06

Browse files
chore(deps): update actions/setup-node action to v5 (#382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d943502 commit 9b51c06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
run_install: false
2929
- name: install node
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v5
3131
with:
3232
cache: pnpm
3333
check-latest: true

.github/workflows/source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
run_install: false
2424
- name: install node
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v5
2626
with:
2727
cache: pnpm
2828
check-latest: true

.github/workflows/title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
run_install: false
2121
- name: install node
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
cache: pnpm
2525
check-latest: true

0 commit comments

Comments
 (0)