From 6b94088013f19899a1d8077ee6d8b76acdd1faed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:22:49 +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..7e69a9c 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.0.2 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}