Skip to content

Commit e6e16d4

Browse files
github-actions(deps): 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] <[email protected]>
1 parent 0439dce commit e6e16d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/diagnostics.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
coverage: xdebug3
2626

2727
- name: Cache composer cache directory
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
env:
3030
cache-name: composer-cache-dir
3131
with:
@@ -36,7 +36,7 @@ jobs:
3636
run: composer install
3737

3838
- name: Cache vendor directory
39-
uses: actions/cache@v3
39+
uses: actions/cache@v4
4040
env:
4141
cache-name: vendor
4242
with:
@@ -49,7 +49,7 @@ jobs:
4949
run: $GITHUB_WORKSPACE/vendor/bin/phpcq install -v
5050

5151
- name: Cache phpcq directory
52-
uses: actions/cache@v3
52+
uses: actions/cache@v4
5353
env:
5454
cache-name: phpcq
5555
with:

0 commit comments

Comments
 (0)