Skip to content

Commit d279cbc

Browse files
chore: bump actions/cache from 2 to 4
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]>
1 parent c071e88 commit d279cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# fetch-depth: 0
2727

2828
# - name: Cache Composer dependencies
29-
# uses: actions/cache@v2
29+
# uses: actions/cache@v4
3030
# with:
3131
# path: /tmp/composer-cache
3232
# key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v3
6767

6868
- name: Cache Composer dependencies
69-
uses: actions/cache@v2
69+
uses: actions/cache@v4
7070
with:
7171
path: /tmp/composer-cache
7272
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)