Skip to content

Commit 7ca4e6f

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414
- uses: pnpm/[email protected]
1515
- name: Use Node.js
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v5
1717
with:
1818
cache: 'pnpm'
1919
node-version-file: '.nvmrc'

.github/workflows/sync-articles-with-3rd-party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v5
1010
- uses: pnpm/[email protected]
1111
- name: Use Node.js
12-
uses: actions/setup-node@v4
12+
uses: actions/setup-node@v5
1313
with:
1414
cache: 'pnpm'
1515
node-version-file: '.nvmrc'

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v5
88
- uses: pnpm/[email protected]
99
- name: Use Node.js
10-
uses: actions/setup-node@v4
10+
uses: actions/setup-node@v5
1111
with:
1212
cache: 'pnpm'
1313
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)