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 1bc793c commit 8a08668Copy full SHA for 8a08668
.github/workflows/php.yml
@@ -43,7 +43,7 @@ jobs:
43
- id: composer-cache
44
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
45
46
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
47
with:
48
path: ${{ steps.composer-cache.outputs.dir }}
49
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments