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 4624252 + 1b644c0 commit 1c8c972Copy full SHA for 1c8c972
1 file changed
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
id: composer-cache
30
run: |
31
echo "::set-output name=dir::$(composer config cache-files-dir)"
32
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
33
with:
34
path: ${{ steps.composer-cache.outputs.dir }}
35
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments