Update ci/php.yml

This commit is contained in:
Chris Patterson
2020-05-27 10:49:51 -04:00
committed by GitHub
parent f1662044f7
commit 297af984ba
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-node-${{ hashFiles('**/composer.lock') }}