Skip to content

Commit 79bc0f8

Browse files
authored
Merge pull request #2 from klapaudius/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents e548e0c + d69b368 commit 79bc0f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

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

2525
- name: Cache Composer packages
2626
id: composer-cache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: vendor
3030
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/tests.yml

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

3333
- name: Cache Composer packages
3434
id: composer-cache
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: vendor
3838
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)