Skip to content

Commit add7af3

Browse files
Bump actions/cache from 4 to 5 (#563)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68fdecb commit add7af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
key: php-extensions-cache
4444

4545
- name: Cache extensions
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: ${{ steps.extcache.outputs.dir }}
4949
key: ${{ steps.extcache.outputs.key }}
@@ -62,7 +62,7 @@ jobs:
6262
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
6363

6464
- name: Cache composer dependencies
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: ${{ steps.composercache.outputs.dir }}
6868
key: dependencies-composer-${{ hashFiles('composer.lock') }}-php-${{ matrix.php-version }}

0 commit comments

Comments
 (0)