Skip to content

Commit f0fa850

Browse files
dependabot[bot]cedric-anne
authored andcommitted
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 5fa34c4 commit f0fa850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "composer_cache_dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4848
echo "npm_cache_dir=$(npm config get cache)" >> $GITHUB_OUTPUT
4949
- name: "Restore dependencies cache"
50-
uses: "actions/cache@v3"
50+
uses: "actions/cache@v4"
5151
with:
5252
path: |
5353
${{ steps.composer-cache.outputs.composer_cache_dir }}

0 commit comments

Comments
 (0)