Skip to content

Commit 724b654

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 cbe5f33 commit 724b654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: composer config --global --list
6262

6363
- name: Cache dependencies installed with composer
64-
uses: actions/cache@v3
64+
uses: actions/cache@v4
6565
with:
6666
path: ~/.cache/composer
6767
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
@@ -116,7 +116,7 @@ jobs:
116116
run: composer config --global --list
117117

118118
- name: Cache dependencies installed with composer
119-
uses: actions/cache@v3
119+
uses: actions/cache@v4
120120
with:
121121
path: ~/.cache/composer
122122
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)