From 851a754405d5609073782adbb02304d75103216c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 15:16:10 +0000 Subject: [PATCH] Update actions/cache action to v1.2.1 --- .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 f6d17153b..5d9c0f29e 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@v1.1.0 + - uses: actions/cache@v1.2.1 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@v1.1.0 + - uses: actions/cache@v1.2.1 with: path: ${{ github.workspace }}/.ccache key: ubuntu-focal-${{ github.run_id }}