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