From 6bd1747a64b1b9a3728d4f12e3458b06b1ad61c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:22:32 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e8bc68..c992b1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: echo "::set-output name=directory::$(composer config cache-dir)" - name: Cache composer dependencies - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.3.3 with: path: ${{ steps.composer-cache.outputs.directory }} key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}