Skip to content

Commit 1f45f28

Browse files
authored
Merge pull request #11 from phpcq/dependabot/github_actions/actions/cache-6
github-actions(deps): bump actions/cache from 5 to 6
2 parents 307eee1 + 3c37c2a commit 1f45f28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/diagnostics.yml

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

4444
- name: Cache composer cache directory
45-
uses: actions/cache@v5
45+
uses: actions/cache@v6
4646
env:
4747
cache-name: composer-cache-dir-${{ matrix.php }}
4848
with:
@@ -53,7 +53,7 @@ jobs:
5353
run: composer install
5454

5555
- name: Cache vendor directory
56-
uses: actions/cache@v5
56+
uses: actions/cache@v6
5757
env:
5858
cache-name: vendor-${{ matrix.php }}
5959
with:
@@ -66,7 +66,7 @@ jobs:
6666
run: ./vendor/bin/phpcq ${{ matrix.phpcq_install }} -v
6767

6868
- name: Cache phpcq directory
69-
uses: actions/cache@v5
69+
uses: actions/cache@v6
7070
env:
7171
cache-name: phpcq-${{ matrix.php }}
7272
with:

0 commit comments

Comments
 (0)