Skip to content

Commit 2a03161

Browse files
dependabot[bot]neilime
authored andcommitted
build(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] <support@github.com>
1 parent 6fbbb24 commit 2a03161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3636

3737
- name: ♻️ Cache composer dependencies
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
with:
4040
path: ${{ steps.composer-cache.outputs.dir }}
4141
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -45,7 +45,7 @@ jobs:
4545
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader
4646

4747
- name: ♻️ Test cache
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: tests/.phpunit.result.cache
5151
key: ${{ runner.os }}-test-${{ github.sha }}

0 commit comments

Comments
 (0)