Skip to content

Commit 7d6e0e4

Browse files
chore(deps): update github-actions (#8121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5fc5416 commit 7d6e0e4

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

.github/workflows/beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sudo apt-get install -y musl-tools
7171
7272
- name: Install cargo-audit
73-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
73+
uses: taiki-e/install-action@0be4756f42223b67aa4b7df5effad59010cbf4b9 # v2.62.51
7474
if: matrix.code-target == 'linux-x64-musl'
7575
with:
7676
tool: cargo-audit
@@ -220,7 +220,7 @@ jobs:
220220
- name: Install Node.js
221221
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
222222
with:
223-
node-version: 24
223+
node-version: 24.11.1
224224
registry-url: 'https://registry.npmjs.org'
225225

226226
- name: Pin Corepack 0.20

.github/workflows/beta_js_api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Node.js
4141
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4242
with:
43-
node-version: 24
43+
node-version: 24.11.1
4444

4545
- name: Install wasm-pack
4646
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
@@ -98,7 +98,7 @@ jobs:
9898
- name: Install Node.js
9999
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
100100
with:
101-
node-version: 24
101+
node-version: 24.11.1
102102
registry-url: 'https://registry.npmjs.org'
103103

104104
- name: Set beta version

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sudo apt-get install -y musl-tools
6363
6464
- name: Install cargo-audit
65-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
65+
uses: taiki-e/install-action@0be4756f42223b67aa4b7df5effad59010cbf4b9 # v2.62.51
6666
if: matrix.code-target == 'linux-x64-musl'
6767
with:
6868
tool: cargo-audit
@@ -206,7 +206,7 @@ jobs:
206206
- name: Install Node.js
207207
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
208208
with:
209-
node-version: 24
209+
node-version: 24.11.1
210210
registry-url: 'https://registry.npmjs.org'
211211

212212
- name: Pin Corepack 0.20

.github/workflows/pull_request_markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: depot-ubuntu-24.04-arm
1313
steps:
1414
- uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
15-
- uses: DavidAnson/markdownlint-cli2-action@29b4789128417bf7fb32869380e9f0a08c651f13
15+
- uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63
1616
with:
1717
globs: |
1818
**/*.md

.github/workflows/pull_request_node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Node.js
4343
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4444
with:
45-
node-version: 24
45+
node-version: 24.11.1
4646
- name: Cache pnpm modules
4747
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4848
with:

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Node.js
3232
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
34-
node-version: 24
34+
node-version: 24.11.1
3535

3636
- name: Install pnpm
3737
run: |
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install Node.js
8787
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
8888
with:
89-
node-version: 24
89+
node-version: 24.11.1
9090

9191
- name: Check CLI version changes
9292
id: cli-version-changed
@@ -146,7 +146,7 @@ jobs:
146146
sudo apt-get install -y musl-tools
147147
148148
- name: Install cargo-audit
149-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
149+
uses: taiki-e/install-action@0be4756f42223b67aa4b7df5effad59010cbf4b9 # v2.62.51
150150
if: matrix.code-target == 'linux-x64-musl'
151151
with:
152152
tool: cargo-audit
@@ -280,7 +280,7 @@ jobs:
280280
- name: Install Node.js
281281
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
282282
with:
283-
node-version: 24
283+
node-version: 24.11.1
284284

285285
- name: Install wasm-pack
286286
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
@@ -345,7 +345,7 @@ jobs:
345345
- name: Install Node.js
346346
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
347347
with:
348-
node-version: 24
348+
node-version: 24.11.1
349349
registry-url: 'https://registry.npmjs.org'
350350

351351
- name: Install pnpm
@@ -426,7 +426,7 @@ jobs:
426426
- name: Install Node.js
427427
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
428428
with:
429-
node-version: 24
429+
node-version: 24.11.1
430430
registry-url: 'https://registry.npmjs.org'
431431

432432
- name: Install pnpm

.github/workflows/release_cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
sudo apt-get install -y musl-tools
8888
8989
- name: Install cargo-audit
90-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
90+
uses: taiki-e/install-action@0be4756f42223b67aa4b7df5effad59010cbf4b9 # v2.62.51
9191
if: matrix.code-target == 'linux-x64-musl'
9292
with:
9393
tool: cargo-audit
@@ -237,7 +237,7 @@ jobs:
237237
- name: Install Node.js
238238
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
239239
with:
240-
node-version: 24
240+
node-version: 24.11.1
241241
registry-url: 'https://registry.npmjs.org'
242242

243243
- name: Set release infos

.github/workflows/release_js_api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Node.js
5858
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5959
with:
60-
node-version: 24
60+
node-version: 24.11.1
6161

6262
- name: Install wasm-pack
6363
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
@@ -123,7 +123,7 @@ jobs:
123123
- name: Install Node.js
124124
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
125125
with:
126-
node-version: 24
126+
node-version: 24.11.1
127127
registry-url: 'https://registry.npmjs.org'
128128

129129
- name: Set release infos

.github/workflows/repository_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup node
6868
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6969
with:
70-
node-version: 24
70+
node-version: 24.11.1
7171
cache: pnpm
7272

7373
- name: Update package.json

0 commit comments

Comments
 (0)