Skip to content

Commit 202afe9

Browse files
renovate[bot]ondrejmirtes
authored andcommitted
chore(deps): update github-actions
1 parent 8d61a58 commit 202afe9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/lock-closed-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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'

0 commit comments

Comments
 (0)