Skip to content

Commit f2f1805

Browse files
authored
Merge pull request #45 from bavix/dependabot/github_actions/actions/cache-4
Bump actions/cache from 2 to 4
2 parents 78c9e58 + 623ce18 commit f2f1805

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpstan.yaml

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@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: vendor
3030
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/phpunits.yaml

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

100100
- name: Cache Composer packages
101101
id: composer-cache
102-
uses: actions/cache@v2
102+
uses: actions/cache@v4
103103
with:
104104
path: vendor
105105
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)