Skip to content

Commit d52cff6

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e590f5 commit d52cff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpstan.yml

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

2525
- name: Restore Composer package cache
2626
id: composer-cache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: "~/.cache/composer"
3030
key: "php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)