We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6341f19 commit 844da8aCopy full SHA for 844da8a
.github/workflows/php.yml
@@ -22,7 +22,7 @@ jobs:
22
id: composer-cache
23
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
24
- name: Cache dependencies
25
- uses: actions/cache@v1
+ uses: actions/cache@v4
26
with:
27
path: ${{ steps.composer-cache.outputs.dir }}
28
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments