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.
1 parent 281a5dc commit 1b4ccc5Copy full SHA for 1b4ccc5
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
key: ${{ env.key }}
39
40
- name: Cache extensions
41
- uses: actions/cache@v1
+ uses: actions/cache@v4
42
with:
43
path: ${{ steps.cache-env.outputs.dir }}
44
key: ${{ steps.cache-env.outputs.key }}
@@ -62,7 +62,7 @@ jobs:
62
echo "COMPOSER_CACHE_DIR=~\AppData\Local\Composer" >> $GITHUB_ENV
63
64
- name: Cache dependencies installed with composer
65
66
67
68
key: php${{ matrix.php }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}
0 commit comments