Skip to content

Commit c2f9775

Browse files
Update actions/cache action to v6 (#311)
1 parent 933f682 commit c2f9775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
jq . infection.json5
291291
292292
- name: "Restore result cache"
293-
uses: actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
293+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
294294
with:
295295
path: ./tmp
296296
key: "result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}"
@@ -311,7 +311,7 @@ jobs:
311311
--logger-text=php://stdout
312312
313313
- name: "Save result cache"
314-
uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
314+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
315315
if: ${{ !cancelled() }}
316316
with:
317317
path: ./tmp

0 commit comments

Comments
 (0)