Skip to content

Commit effe67a

Browse files
chore(deps): bump actions/cache from 5 to 6 (#224)
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 40dc640 commit effe67a

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
@@ -80,7 +80,7 @@ jobs:
8080
GITHUB_TOKEN: ${{ secrets.PAT }}
8181

8282
- name: Prepare Composer Cache
83-
uses: actions/cache@v5
83+
uses: actions/cache@v6
8484
with:
8585
path: ${{ needs.prepare.outputs.composer-cache-dir }}
8686
key: ${{ needs.prepare.outputs.composer-cache-key }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -159,7 +159,7 @@ jobs:
159159
GITHUB_TOKEN: ${{ secrets.PAT }}
160160

161161
- name: Prepare Composer Cache
162-
uses: actions/cache@v5
162+
uses: actions/cache@v6
163163
with:
164164
path: ${{ needs.prepare.outputs.composer-cache-dir }}
165165
key: ${{ needs.prepare.outputs.composer-cache-key }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)