Skip to content

Commit 0ec200e

Browse files
Bump actions/cache from 2 to 4 (#35)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d9c332 commit 0ec200e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: "echo \"dir=$(composer config cache-files-dir)\" >> $GITHUB_OUTPUT"
4343

4444
- name: Cache dependencies
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
with:
4747
path: ${{ steps.composercache.outputs.dir }}
4848
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: "echo \"dir=$(composer config cache-files-dir)\" >> $GITHUB_OUTPUT"
3636

3737
- name: Cache dependencies
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
with:
4040
path: ${{ steps.composercache.outputs.dir }}
4141
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)