From 2719f29e07be2edaa99e1d802317bb3b8231982f Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Brito Date: Tue, 17 Dec 2024 14:01:52 +0000 Subject: [PATCH] Update actions/cache to version 4 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d32e14..aa5a7bc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -46,7 +46,7 @@ jobs: if: "!! env.GIT_DIFF" - name: Cache Composer vendor directory - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}