diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 8ff92f12..4ce03598 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -90,7 +90,7 @@ jobs: with: install: true - name: Cache Docker Layers - uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}