We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bfb97 commit 1571b1aCopy full SHA for 1571b1a
.github/workflows/tests-php.yml
@@ -32,7 +32,7 @@ jobs:
32
id: get-composer-cache-dir
33
run: |
34
echo "::set-output name=dir::$(composer config cache-files-dir)"
35
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
36
id: composer-cache
37
with:
38
path: ${{ steps.get-composer-cache-dir.outputs.dir }}
0 commit comments