We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d58ea52 + a80fdd2 commit b8582d7Copy full SHA for b8582d7
1 file changed
.github/workflows/php.yml
@@ -33,7 +33,7 @@ jobs:
33
key: ${{ env.key }}
34
35
- name: Cache extensions
36
- uses: actions/cache@v4
+ uses: actions/cache@v5
37
with:
38
path: ${{ steps.extcache.outputs.dir }}
39
key: ${{ steps.extcache.outputs.key }}
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Cache Composer packages
51
id: composer-cache
52
53
54
path: vendor
55
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments