3535 - name : Setup Node
3636 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3737 with :
38- node-version : 24.8 .0
38+ node-version : 24.9 .0
3939 - name : Install and Cache Node Dependencies
4040 uses : ./.github/actions/install-and-cache-node-deps
4141 - name : Lint
@@ -222,7 +222,7 @@ jobs:
222222 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
223223 if : ${{ !matrix.settings.docker && matrix.settings.target != 'x86_64-pc-windows-gnu' }}
224224 with :
225- node-version : 24.8 .0
225+ node-version : 24.9 .0
226226 - uses : msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2 # v2
227227 if : ${{ matrix.settings.target == 'x86_64-pc-windows-gnu' }}
228228 with :
@@ -247,7 +247,7 @@ jobs:
247247 if : ${{ contains(matrix.settings.target, 'ohos') }}
248248 uses : openharmony-rs/setup-ohos-sdk@3c181b3244cec76aaec289ab84fb00f55f2fce3f # v0.2.4
249249 - name : Restore Cargo cache
250- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
250+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
251251 if : matrix.settings.cache-cargo != false
252252 with :
253253 path : |
@@ -263,7 +263,7 @@ jobs:
263263 with :
264264 version : 0.14.1
265265 - name : Install cargo-zigbuild
266- uses : taiki-e/install-action@5597bc27da443ba8bf9a3bc4e5459ea59177de42 # v2.62.4
266+ uses : taiki-e/install-action@d0f4f69b07c0804d1003ca9a5a5f853423872ed9 # v2.62.13
267267 if : ${{ matrix.settings.cross == 'zig' }}
268268 env :
269269 GITHUB_TOKEN : ${{ github.token }}
@@ -302,7 +302,7 @@ jobs:
302302 shell : bash
303303 - name : Save Cargo cache
304304 if : github.ref == 'refs/heads/master' && matrix.settings.cache-cargo != false
305- uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
305+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
306306 with :
307307 path : |
308308 ~/.cargo/registry/index/
@@ -508,7 +508,7 @@ jobs:
508508 - name : Setup Node
509509 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
510510 with :
511- node-version : 24
511+ node-version : 24.9.0
512512 registry-url : ' https://registry.npmjs.org'
513513 - name : Update npm for publishing
514514 run : npm install -g npm@latest
0 commit comments