Skip to content

Commit 5459fe9

Browse files
authored
Merge pull request #5 from contao-bootstrap/dependabot/github_actions/actions/cache-5
github-actions(deps): bump actions/cache from 4 to 5
2 parents dee2b3d + 581729c commit 5459fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/diagnostics.yml

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

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

5353
- name: PHP ${{ matrix.php }} Cache vendor directory
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
env:
5656
cache-name: phpcq-composer-vendor-${{ matrix.php }}
5757
with:

0 commit comments

Comments
 (0)