We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933f682 commit c2f9775Copy full SHA for c2f9775
1 file changed
.github/workflows/build.yml
@@ -290,7 +290,7 @@ jobs:
290
jq . infection.json5
291
292
- name: "Restore result cache"
293
- uses: actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
294
with:
295
path: ./tmp
296
key: "result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}"
@@ -311,7 +311,7 @@ jobs:
311
--logger-text=php://stdout
312
313
- name: "Save result cache"
314
- uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
+ uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
315
if: ${{ !cancelled() }}
316
317
0 commit comments