Skip to content

Commit b5efb1e

Browse files
Bump actions/cache from 5 to 6 (#70)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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 60ff9d3 commit b5efb1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5
59+
- uses: actions/cache@v6
6060
id: cache
6161
with:
6262
path: ${{ steps.composer-cache.outputs.dir }}

0 commit comments

Comments
 (0)