Skip to content

Commit 5e48b0a

Browse files
⬆️ deps: Update actions/setup-node action to v6
1 parent f421a74 commit 5e48b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-and-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
package_json_file: "docs/package.json"
8989

9090
- name: Setup Node.js
91-
uses: actions/setup-node@v5
91+
uses: actions/setup-node@v6
9292
with:
9393
cache: "pnpm"
9494
cache-dependency-path: "docs/pnpm-lock.yaml"

.github/workflows/vitepress-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package_json_file: "docs/package.json"
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v5
27+
uses: actions/setup-node@v6
2828
with:
2929
cache: "pnpm"
3030
cache-dependency-path: "docs/pnpm-lock.yaml"

0 commit comments

Comments
 (0)