Skip to content

Commit e4a1fef

Browse files
chore(deps): update actions/cache action to v4
1 parent 6e104e9 commit e4a1fef

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)