From 9c42fbfa7a462f623258929f2822e4b43f20d7d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:40:43 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2938ba2..d7cb43e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 # important! - name: Cache Composer dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.2.0 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}