@@ -129,7 +129,7 @@ jobs:
129129 persist-credentials : false
130130
131131 - name : Setup Node.js
132- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
132+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
133133 with :
134134 node-version-file : .node-version
135135 registry-url : ' https://registry.npmjs.org'
@@ -164,7 +164,7 @@ jobs:
164164 - name : Restore build-deps cache for smol
165165 if : inputs.method == 'smol' || inputs.method == 'smol-sea'
166166 id : smol-deps-cache
167- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
167+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
168168 with :
169169 path : |
170170 packages/bootstrap/dist/
@@ -200,7 +200,7 @@ jobs:
200200 - name : Restore smol binary cache
201201 if : inputs.method == 'smol' || inputs.method == 'smol-sea'
202202 id : smol-cache
203- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
203+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
204204 with :
205205 path : packages/node-smol-builder/dist/socket-smol-${{ matrix.platform }}-${{ matrix.arch }}${{ matrix.os == 'windows' && '.exe' || '' }}
206206 key : node-smol-${{ matrix.platform }}-${{ matrix.arch }}-${{ steps.smol-cache-key.outputs.hash }}
@@ -246,7 +246,7 @@ jobs:
246246 - name : Restore build-deps cache
247247 if : inputs.method == 'sea' || inputs.method == 'smol-sea'
248248 id : deps-cache
249- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
249+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
250250 with :
251251 path : |
252252 packages/bootstrap/dist/
@@ -281,7 +281,7 @@ jobs:
281281 - name : Restore SEA binary cache
282282 if : inputs.method == 'sea' || inputs.method == 'smol-sea'
283283 id : sea-cache
284- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
284+ uses : actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
285285 with :
286286 path : packages/node-sea-builder/dist/sea/
287287 key : node-sea-${{ matrix.platform }}-${{ matrix.arch }}-${{ steps.sea-cache-key.outputs.hash }}
@@ -364,7 +364,7 @@ jobs:
364364 persist-credentials : false
365365
366366 - name : Setup Node.js
367- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
367+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
368368 with :
369369 node-version-file : .node-version
370370 registry-url : ' https://registry.npmjs.org'
0 commit comments