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 6ae8e41 commit 68ccbc0Copy full SHA for 68ccbc0
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
echo "::set-output name=dir::$(composer config cache-files-dir)"
57
- name: Cache Composer packages
58
- uses: actions/cache@v2
+ uses: actions/cache@v4
59
with:
60
path: ${{ steps.composer-cache.outputs.dir }}
61
key: ${{ runner.os }}-composer
0 commit comments