Skip to content

Commit b6bde8f

Browse files
github-actions(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37aa8fa commit b6bde8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/diagnostics.yml

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

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

5050
- name: PHP ${{ matrix.php }} Cache vendor directory
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
env:
5353
cache-name: composer-vendor-${{ matrix.php }}
5454
with:

0 commit comments

Comments
 (0)