Skip to content

Commit 2bf6c24

Browse files
[deps]: Update actions/setup-node action to v5
1 parent b505df0 commit 2bf6c24

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@a0853c24544627f65ddf259abe73b1d18a591444 # v5.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@a0853c24544627f65ddf259abe73b1d18a591444 # v5.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
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7070

7171
- name: Set up Node
72-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
72+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
7373
with:
7474
node-version: 24
7575
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@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
150150
with:
151151
cache: "npm"
152152
cache-dependency-path: "package-lock.json"

0 commit comments

Comments
 (0)