Skip to content

Commit 7a72efe

Browse files
Bump actions/cache from 4 to 5 (#65)
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 40f678d commit 7a72efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id: composer-cache
5757
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
5858

59-
- uses: actions/cache@v4
59+
- uses: actions/cache@v5
6060
id: cache
6161
with:
6262
path: ${{ steps.composer-cache.outputs.dir }}

0 commit comments

Comments
 (0)