diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8ce78fe..5acb10f 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@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: /tmp/.buildx-cache key: ${{ runner.os }}-multi-buildx-${{ hashFiles('Pipfile*') }}-${{ hashFiles('Dockerfile') }}