File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ jobs:
271271 echo "name=$(git remote show origin | sed -n '/HEAD branch/s/.*: //p')" >> $GITHUB_OUTPUT
272272
273273 - name : " Restore result cache"
274- uses : actions/cache/restore@v4
274+ uses : actions/cache/restore@v5
275275 with :
276276 path : ./tmp
277277 key : " result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}"
@@ -292,7 +292,7 @@ jobs:
292292 --logger-text=php://stdout
293293
294294 - name : " Save result cache"
295- uses : actions/cache/save@v4
295+ uses : actions/cache/save@v5
296296 if : ${{ !cancelled() }}
297297 with :
298298 path : ./tmp
Original file line number Diff line number Diff line change 88 lock :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : dessant/lock-threads@v5
11+ - uses : dessant/lock-threads@v6
1212 with :
1313 github-token : ${{ github.token }}
1414 issue-inactive-days : ' 31'
You can’t perform that action at this time.
0 commit comments