Skip to content

Commit d518763

Browse files
authored
Merge pull request #73 from codelicia/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4
2 parents 6e104e9 + e4a1fef commit d518763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-composer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Cache Composer packages
1616
id: composer-cache
17-
uses: actions/cache@v3
17+
uses: actions/cache@v4
1818
with:
1919
path: vendor
2020
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)