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.
2 parents 78c48bc + 40639ff commit 1a11259Copy full SHA for 1a11259
1 file changed
.github/workflows/continuous-integration.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
39
40
- name: Cache dependencies
41
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3
42
with:
43
path: ${{ steps.composer-cache.outputs.dir }}
44
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments