Skip to content

Commit 4a58cc2

Browse files
build(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 e10a045 commit 4a58cc2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/format_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
tools: cs2pr
2626

2727
- name: Cache composer dependencies
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: vendor
3131
key: composer-${{ hashFiles('composer.json') }}

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
coverage: none
2525

2626
- name: Cache composer dependencies
27-
uses: actions/cache@v5
27+
uses: actions/cache@v6
2828
with:
2929
path: vendor
3030
key: composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)