Skip to content

Commit ac0b081

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

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@v5
30+
uses: actions/setup-node@v6
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@v5
25+
uses: actions/setup-node@v6
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@v5
22+
uses: actions/setup-node@v6
2323
with:
2424
cache: pnpm
2525
check-latest: true

0 commit comments

Comments
 (0)