From d78264f8b7f50639024746d6858e9af4ec21a8b5 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 7 Dec 2023 08:09:40 +1100 Subject: [PATCH] Bump github action caches to v3 --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 2bbd71669925..aae57dbb6e19 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -96,7 +96,7 @@ jobs: id: composer-cache run: | echo "::set-output name=dir::$(composer config cache-files-dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}