Skip to content

Commit 29dba49

Browse files
renovate[bot]staabm
authored andcommitted
Update actions/cache action to v5
1 parent cc5da35 commit 29dba49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
run: "composer install --no-interaction --no-progress"
177177

178178
- name: "Restore result cache"
179-
uses: actions/cache/restore@v4
179+
uses: actions/cache/restore@v5
180180
with:
181181
path: ./tmp
182182
key: "repo-result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}"
@@ -191,7 +191,7 @@ jobs:
191191
--logger-text=php://stdout
192192
193193
- name: "Save result cache"
194-
uses: actions/cache/save@v4
194+
uses: actions/cache/save@v5
195195
if: ${{ !cancelled() }}
196196
with:
197197
path: ./tmp

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
cat infection.json5 | jq
8585
8686
- name: "Restore result cache"
87-
uses: actions/cache/restore@v4
87+
uses: actions/cache/restore@v5
8888
with:
8989
path: ./tmp
9090
key: "result-cache-v1-${{ matrix.extension-name }}-${{ github.run_id }}"
@@ -95,7 +95,7 @@ jobs:
9595
run: ${{ matrix.script }}
9696

9797
- name: "Save result cache"
98-
uses: actions/cache/save@v4
98+
uses: actions/cache/save@v5
9999
if: ${{ !cancelled() }}
100100
with:
101101
path: ./tmp

0 commit comments

Comments
 (0)