Skip to content

Commit 0c08e4f

Browse files
Bump actions/cache from 3 to 4 (#11)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ffa9f0 commit 0c08e4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Cache Composer packages
2929
id: composer-cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: vendor
3333
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Cache Composer packages
6161
id: composer-cache
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
with:
6464
path: vendor
6565
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Cache Composer packages
9494
id: composer-cache
95-
uses: actions/cache@v3
95+
uses: actions/cache@v4
9696
with:
9797
path: vendor
9898
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Cache Composer packages
124124
id: composer-cache
125-
uses: actions/cache@v3
125+
uses: actions/cache@v4
126126
with:
127127
path: vendor
128128
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)