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 23104e2 + 70e1eb5 commit f4956ecCopy full SHA for f4956ec
.github/workflows/tests.yml
@@ -68,15 +68,15 @@ jobs:
68
echo "::set-output name=dir::$(composer config cache-files-dir)"
69
70
- name: Cache Composer Downloads
71
- uses: actions/cache@v2.1.4
+ uses: actions/cache@v2.1.5
72
with:
73
path: vendor/
74
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
75
restore-keys: |
76
${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
77
78
- name: Cache PHP dependencies
79
80
81
path: vendor
82
0 commit comments