From d2592bdd1944c2b4f87bac0bb690d62480180297 Mon Sep 17 00:00:00 2001 From: Steel Wagstaff Date: Fri, 16 Jul 2021 17:49:40 -0700 Subject: [PATCH] Update .pipeline.yml change key as described here https://github.com/actions/cache/issues/144#issuecomment-579323937 --- .github/workflows/.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.pipeline.yml b/.github/workflows/.pipeline.yml index 4ee2846..30fc0a9 100644 --- a/.github/workflows/.pipeline.yml +++ b/.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