From 6702a7cd4c33ba341985e7bf9087eb4ad9911980 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:44:43 +0000 Subject: [PATCH] Update actions/cache action to v4.2.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5e9c03fa..2f2557de1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: run: | docker pull "$DOCKER_TAG" || true docker build --cache-from "$DOCKER_TAG" --pull -t "$DOCKER_TAG" -f "$DOCKERFILE" . - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.2.0 with: path: ${{ github.workspace }}/.ccache key: ubuntu-bionic-${{ github.run_id }} @@ -107,7 +107,7 @@ jobs: run: | docker pull "$DOCKER_TAG" || true docker build --cache-from "$DOCKER_TAG" --pull -t "$DOCKER_TAG" -f "$DOCKERFILE" . - - uses: actions/cache@v4.0.2 + - uses: actions/cache@v4.2.0 with: path: ${{ github.workspace }}/.ccache key: ubuntu-focal-${{ github.run_id }}