Skip to content

Commit 62f35c7

Browse files
chore(deps): bump actions/cache from 5 to 6
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>
1 parent 8fa1d48 commit 62f35c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
3939

4040
- name: Cache composer dependencies
41-
uses: actions/cache@v5
41+
uses: actions/cache@v6
4242
with:
4343
path: ${{ steps.composer-cache.outputs.dir }}
4444
key: composer-${{ runner.os }}-${{ hashFiles('composer.json') }}
@@ -77,7 +77,7 @@ jobs:
7777
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
7878

7979
- name: Cache composer dependencies
80-
uses: actions/cache@v5
80+
uses: actions/cache@v6
8181
with:
8282
path: ${{ steps.composer-cache.outputs.dir }}
8383
key: composer-${{ runner.os }}-php${{ matrix.php }}-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)