We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b54e99 + 0a06724 commit bf1e351Copy full SHA for bf1e351
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
run: echo "::set-output name=directory::$(composer config cache-dir)"
45
46
- name: Cache composer dependencies
47
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v2.1.8
48
with:
49
path: ${{ steps.composer-cache.outputs.directory }}
50
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments