Skip to content

Commit 88bff06

Browse files
authored
Merge pull request #5 from hofff/dependabot/github_actions/actions/cache-5
github-actions(deps): bump actions/cache from 1 to 5
2 parents 60899cc + 1d5609f commit 88bff06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/diagnostics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
php-version: ${{ matrix.php }}
4343

4444
- name: Cache composer cache directory
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
env:
4747
cache-name: composer-cache-dir-${{ matrix.php }}
4848
with:
4949
path: ~/.cache/composer
5050
key: ${{ runner.os }}-build-${{ env.cache-name }}
5151

5252
- name: Cache phpcq directory
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5
5454
env:
5555
cache-name: phpcq-${{ matrix.php }}
5656
with:
@@ -60,7 +60,7 @@ jobs:
6060
${{ runner.os }}-build-${{ env.cache-name }}-
6161
6262
- name: Cache vendor directory
63-
uses: actions/cache@v1
63+
uses: actions/cache@v5
6464
env:
6565
cache-name: vendor-${{ matrix.php }}
6666
with:

0 commit comments

Comments
 (0)