File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 - name : Restore NAPI binding cache
5050 id : cache-restore
5151 if : inputs.skip-native != 'true'
52- uses : actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5 .1.0
52+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 .1.0
5353 with :
5454 path : |
5555 packages/cli/binding/*.node
@@ -189,7 +189,7 @@ runs:
189189
190190 - name : Save NAPI binding cache
191191 if : steps.native.outputs.build == 'true'
192- uses : actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5 .1.0
192+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 .1.0
193193 with :
194194 path : |
195195 packages/cli/binding/*.node
Original file line number Diff line number Diff line change 4848
4949 - name : Restore binaries cache
5050 id : binaries-cache
51- uses : actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5 .1.0
51+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 .1.0
5252 with :
5353 path : ${{ steps.binary-paths.outputs.paths }}
5454 key : ${{ steps.cache-key.outputs.key }}
9797 if-no-files-found : error
9898 retention-days : 7
9999
100- - uses : actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5 .1.0
100+ - uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 .1.0
101101 if : steps.binaries-cache.outputs.cache-hit != 'true'
102102 with :
103103 path : ${{ steps.binary-paths.outputs.paths }}
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ runs:
3333 env :
3434 INPUTS_ECOSYSTEM_CI_PROJECT : ${{ inputs.ecosystem-ci-project }}
3535
36- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
36+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3737 with :
3838 repository : rolldown/rolldown
3939 path : rolldown
4040 ref : ${{ steps.upstream-versions.outputs.ROLLDOWN_HASH }}
4141 persist-credentials : false
4242
43- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
43+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4444 with :
4545 repository : vitejs/vite
4646 path : vite
Original file line number Diff line number Diff line change 4242 # time (~10 minutes); the unpacked result is immutable for a given manifest
4343 # version, so cache it (combined restore + post-job save). Bump the key when
4444 # bumping cargo-xwin.
45- - uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 .1.0
45+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 .1.0
4646 with :
4747 path : ~/.cache/cargo-xwin
4848 key : cargo-xwin-msvc-17
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ jobs:
269269 name : Test (Linux x64 musl)
270270 runs-on : namespace-profile-linux-x64-default
271271 container :
272- image : node:22 -alpine3.21
272+ image : node:25 -alpine3.21
273273 env :
274274 # GitHub Actions sets HOME=/github/home in containers, but the euid home is /root.
275275 # Pin Rust tooling paths to avoid $HOME mismatch issues.
Original file line number Diff line number Diff line change 2222 permissions :
2323 contents : read
2424 steps :
25- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
25+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2626 with :
2727 fetch-depth : 0
2828 persist-credentials : false
Original file line number Diff line number Diff line change 2929 permissions :
3030 contents : read
3131 steps :
32- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
32+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3333 with :
3434 persist-credentials : false
3535
Original file line number Diff line number Diff line change 3434 shell : bash
3535 run : node -e "console.log('ROLLDOWN_HASH=' + require('./packages/tools/.upstream-versions.json').rolldown.hash)" >> $GITHUB_OUTPUT
3636
37- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
37+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3838 with :
3939 repository : rolldown/rolldown
4040 path : rolldown
You can’t perform that action at this time.
0 commit comments