From a6d1c4582c6ee41433e7b516a55c8a7321af17ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 20:04:31 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.2.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 7b70945..e07d6a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: echo "::set-output name=directory::$(composer config cache-dir)" - name: Cache composer dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ steps.composer-cache.outputs.directory }} key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}