From 2345c20383862e9b8a1df2417e7ceda4df3a60e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:04:52 +0100 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#5241) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a77614082..e46e54eca7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: echo "dir=$dir" >> $GITHUB_OUTPUT - name: Cache composer dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }} @@ -80,7 +80,7 @@ jobs: php bin/console lint:twig --show-deprecations src/system/ - name: Cache vulnerability database - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-db with: path: ~/.symfony/cache