Skip to content

Commit b5053f3

Browse files
[deps]: Update actions/setup-node action to v6
1 parent bd636a4 commit b5053f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-wasm-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "SDK_VERSION='${SDK_VERSION}'"
6262
6363
- name: Setup Node
64-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
64+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6565
with:
6666
node-version: 20
6767
registry-url: "https://npm.pkg.github.com"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: cargo dylint --all -- --all-features --all-targets
108108

109109
- name: Set up Node
110-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
110+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
111111
with:
112112
cache: "npm"
113113
cache-dependency-path: "package-lock.json"

.github/workflows/publish-wasm-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
persist-credentials: false
8181

8282
- name: Set up Node
83-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
83+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
8484
with:
8585
node-version: 24
8686
registry-url: "https://registry.npmjs.org/"

.github/workflows/update-api-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
echo "node_version=$NODE_VERSION" >> $GITHUB_OUTPUT
150150
151151
- name: Set up Node
152-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
152+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
153153
with:
154154
cache: "npm"
155155
cache-dependency-path: "package-lock.json"

0 commit comments

Comments
 (0)