From 4942816aafb60b190726cdafb926b73ba43ce875 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:45:05 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/lint.yml | 2 +- .github/workflows/manila.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04fe117fe..80b61752d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: run: echo info=$(python -VV | sha256sum | cut -d' ' -f1) >> $GITHUB_OUTPUT - name: Create pre-commit cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 with: path: ~/.cache/pre-commit key: pre-commit|${{ steps.python_info.outputs.info }}|${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/.github/workflows/manila.yml b/.github/workflows/manila.yml index a7ce4ca90..43ed8ef9a 100644 --- a/.github/workflows/manila.yml +++ b/.github/workflows/manila.yml @@ -54,7 +54,7 @@ jobs: path: manila-image-elements - name: Cache DIB_IMAGE_CACHE - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 with: path: ~/.cache/image-create key: dib-image-cache