Skip to content

Commit 69254ce

Browse files
dependabot[bot]dmolineus
authored andcommitted
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-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b23a76b commit 69254ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/diagnostics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
php-version: ${{ matrix.php }}
3737

3838
- name: Cache composer cache directory
39-
uses: actions/cache@v3
39+
uses: actions/cache@v4
4040
env:
4141
cache-name: composer-cache-dir
4242
with:
@@ -47,7 +47,7 @@ jobs:
4747
run: composer install
4848

4949
- name: Cache vendor directory
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
env:
5252
cache-name: vendor
5353
with:
@@ -60,7 +60,7 @@ jobs:
6060
run: ./vendor/bin/phpcq ${{ matrix.phpcq_install }} -v
6161

6262
- name: Cache phpcq directory
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
env:
6565
cache-name: phpcq
6666
with:

0 commit comments

Comments
 (0)