Skip to content

Commit b33eeae

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

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
@@ -57,7 +57,7 @@ jobs:
5757
echo "SDK_VERSION='${SDK_VERSION}'"
5858
5959
- name: Setup Node
60-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
60+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
6161
with:
6262
node-version: 20
6363
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
@@ -99,7 +99,7 @@ jobs:
9999
run: cargo dylint --all -- --all-features --all-targets
100100

101101
- name: Set up Node
102-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
102+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
103103
with:
104104
cache: "npm"
105105
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
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7676

7777
- name: Set up Node
78-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
78+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
7979
with:
8080
node-version: 24
8181
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
@@ -146,7 +146,7 @@ jobs:
146146
echo "node_version=$NODE_VERSION" >> $GITHUB_OUTPUT
147147
148148
- name: Set up Node
149-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
149+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
150150
with:
151151
cache: "npm"
152152
cache-dependency-path: "package-lock.json"

0 commit comments

Comments
 (0)