We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc504b commit a944352Copy full SHA for a944352
1 file changed
.github/workflows/test-php.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
echo "::set-output name=dir::$(composer config cache-files-dir)"
73
- name: Setup Composer cache
74
- uses: actions/cache@v1
+ uses: actions/cache@v4
75
with:
76
path: ${{ steps.composer-cache.outputs.dir }}
77
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments