diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index b442478..89955b7 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -28,7 +28,7 @@ jobs: # uses: docker/setup-buildx-action@v2 - name: Cache Docker layers (asp) - uses: actions/cache@v3 + uses: actions/cache/restore@v3 # Don't save the cache at end of job with: path: /tmp/.buildx-cache-asp key: ${{ runner.os }}-buildx-asp-${{ github.sha }} @@ -37,7 +37,7 @@ jobs: ${{ runner.os }}-buildx- - name: Cache Docker layers (bf2sclone) - uses: actions/cache@v3 + uses: actions/cache/restore@v3 # Don't save the cache at end of job with: path: /tmp/.buildx-cache-bf2sclone key: ${{ runner.os }}-buildx-bf2sclone-${{ github.sha }}