1 parent a2e8fef commit f948970Copy full SHA for f948970
1 file changed
.github/workflows/php.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Cache Composer packages
42
id: composer-cache
43
- uses: actions/cache@v2
+ uses: actions/cache@v4
44
with:
45
path: vendor
46
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}
0 commit comments