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 2785fff commit 6c4bca8Copy full SHA for 6c4bca8
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: 'echo "::set-output name=cache-dir::$(composer config cache-files-dir)"'
34
35
- name: 'Cache dependencies'
36
- uses: 'actions/cache@v2'
+ uses: 'actions/cache@v4'
37
with:
38
path: '${{ steps.composer-cache.outputs.cache-dir }}'
39
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
0 commit comments