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 dbd267c commit 9e93e45Copy full SHA for 9e93e45
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
50
51
- name: Cache composer dependencies
52
- uses: actions/cache@v2
+ uses: actions/cache@v3
53
with:
54
path: ${{ steps.composer-cache.outputs.dir }}
55
key: ${{ runner.os }}-composer-${{ github.sha }}
0 commit comments