Skip to content

Commit 49f719d

Browse files
build(deps): bump actions/cache from 5 to 6 in /.github/workflows (#67)
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 1c00547 commit 49f719d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

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

3333
- name: Cache dependencies
34-
uses: actions/cache@v5
34+
uses: actions/cache@v6
3535
with:
3636
path: ${{ steps.composer-cache.outputs.dir }}
3737
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.laravel }}-${{ hashFiles('**/composer.json') }}
@@ -62,7 +62,7 @@ jobs:
6262
id: composer-cache
6363
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
6464

65-
- uses: actions/cache@v5
65+
- uses: actions/cache@v6
6666
with:
6767
path: ${{ steps.composer-cache.outputs.dir }}
6868
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)