Skip to content

Commit b93a22d

Browse files
build(deps): update actions/setup-node action to v6
1 parent 585c399 commit b93a22d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
fetch-depth: 0
8181
- id: setup-nodejs
8282
name: Setup Node.js
83-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
83+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
8484
with:
8585
node-version: 22.x
8686
cache: "npm"

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545
- id: setup-nodejs
4646
name: Setup Node.js
47-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
47+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
4848
with:
4949
node-version: 22.x
5050
cache: "npm"

0 commit comments

Comments
 (0)