From 71b5a566ca1bd4e9f7aed151c8ccb048f7004538 Mon Sep 17 00:00:00 2001 From: Steel Wagstaff Date: Fri, 16 Jul 2021 17:28:17 -0700 Subject: [PATCH] Update .pipeline.yml use actions/cache@v2 --- .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 a895668..4ee2846 100644 --- a/.github/workflows/.pipeline.yml +++ b/.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') }}