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 78531c8 + 150a8bb commit 70e4705Copy full SHA for 70e4705
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.6
+ uses: actions/cache@v2.1.7
42
with:
43
path: ${{ steps.composer-cache.outputs.dir }}
44
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments