File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}"
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
You can’t perform that action at this time.
0 commit comments