Skip to content

Commit 7f85df2

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] <[email protected]>
1 parent 89410d2 commit 7f85df2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: "Caching"
4040
id: cache-composer
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: vendor
4444
key: composer-default-${{ steps.composer-hash.outputs.hash }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: "Caching"
5959
id: cache-composer
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
path: vendor
6363
key: composer-default-${{ steps.composer-hash.outputs.hash }}
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: "Caching"
111111
id: cache-composer
112-
uses: actions/cache@v3
112+
uses: actions/cache@v4
113113
with:
114114
path: vendor
115115
key: composer-lowest-${{ steps.composer-hash.outputs.hash }}

0 commit comments

Comments
 (0)