Browse Source

Update .pipeline.yml

use actions/cache@v2
pull/267/head
Steel Wagstaff 3 years ago committed by GitHub
parent
commit
71b5a566ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/.pipeline.yml

2
.github/workflows/.pipeline.yml

@ -37,7 +37,7 @@ jobs:
run: sudo systemctl start mysql.service
- name: Cache PHP dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: vendor
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

Loading…
Cancel
Save