Browse Source

Update .pipeline.yml

change key as described here https://github.com/actions/cache/issues/144#issuecomment-579323937
pull/262/head
Steel Wagstaff 3 years ago committed by GitHub
parent
commit
d2592bdd19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/.pipeline.yml

2
.github/workflows/.pipeline.yml

@ -40,7 +40,7 @@ jobs:
uses: actions/cache@v2
with:
path: vendor
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
key: php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
- name: Setup PHP
uses: shivammathur/setup-php@v2

Loading…
Cancel
Save