5151 echo "RUSTC_WRAPPER=sccache" >> "$GITHUB_ENV"
5252
5353 - name : Cache node modules
54- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
54+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5555 with :
5656 key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
5757 path : |
@@ -144,7 +144,7 @@ jobs:
144144 # Use cached weval bin if present
145145 - name : Cache weval bin
146146 id : cache-weval-bin
147- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
147+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
148148 with :
149149 path : .weval-bin
150150 key : weval-bin-${{ steps.weval-meta.outputs.version }}-${{ matrix.os }}
@@ -231,15 +231,15 @@ jobs:
231231
232232 - name : Cache puppeteer install
233233 if : ${{ startsWith(matrix.os, 'ubuntu') }}
234- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
234+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
235235 with :
236236 key : puppeteer-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
237237 path : |
238238 /home/runner/.cache/puppeteer
239239
240240 - name : Cache puppeteer install
241241 if : ${{ startsWith(matrix.os, 'macos') }}
242- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
242+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
243243 with :
244244 key : puppeteer-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
245245 path : |
@@ -317,7 +317,7 @@ jobs:
317317 deno-version : v1.x
318318
319319 - name : Cache node modules
320- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
320+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
321321 with :
322322 key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
323323 path : |
@@ -386,7 +386,7 @@ jobs:
386386 version : 11
387387
388388 - name : Cache node modules
389- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
389+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
390390 with :
391391 key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
392392 path : |
@@ -444,7 +444,7 @@ jobs:
444444 version : 11
445445
446446 - name : Cache node modules
447- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
447+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
448448 with :
449449 key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
450450 path : |
@@ -454,7 +454,7 @@ jobs:
454454 run : pnpm install
455455
456456 - name : Cache puppeteer install
457- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
457+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
458458 with :
459459 key : puppeteer-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
460460 path : |
@@ -485,7 +485,7 @@ jobs:
485485 version : 11
486486
487487 - name : Cache node modules
488- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
488+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
489489 with :
490490 key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
491491 path : |
@@ -509,7 +509,7 @@ jobs:
509509 version : 11
510510
511511 - name : Cache node modules
512- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
512+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
513513 with :
514514 key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
515515 path : |
@@ -579,7 +579,7 @@ jobs:
579579 version : 11
580580
581581 - name : Cache node modules
582- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
582+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
583583 with :
584584 key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
585585 path : |
@@ -703,7 +703,7 @@ jobs:
703703 - uses : bytecodealliance/actions/wasmtime/setup@9152e710e9f7182e4c29ad218e4f335a7b203613 # v1.1.3
704704
705705 - name : Cache node modules
706- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
706+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
707707 with :
708708 key : node-modules-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('pnpm-lock.yaml') }}
709709 path : |
0 commit comments