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 c63236f commit 51e8436Copy full SHA for 51e8436
.github/workflows/continuous-integration.yml
@@ -44,7 +44,7 @@ jobs:
44
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
45
46
- name: Cache dependencies
47
- uses: actions/cache@v2
+ uses: actions/cache@v3
48
with:
49
path: ${{ steps.composer-cache.outputs.dir }}
50
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments