From 990d09e7b5d8291d18c3dbcf2e6ccab28275c0aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:52:26 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 57b8e40 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8ce78fe..3ddd678 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: install: true - name: Cache Docker layers - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + uses: actions/cache@57b8e405f0f6efe89131ba09709ce4bc33291a51 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-multi-buildx-${{ hashFiles('Pipfile*') }}-${{ hashFiles('Dockerfile') }}