From f2bef7b98f8dae55f1d9c273674aa87fc8ee060e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Apr 2022 06:16:37 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 79310e8..9114ae5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -33,7 +33,7 @@ jobs: extensions: mbstring, intl, pdo, pdo_sqlite, sqlite, curl - name: Cache dependencies - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.composer/cache/files key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}