diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f992c4e..1339e4c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -18,7 +18,7 @@ jobs: uses: docker/setup-buildx-action@v1.6.0 - name: Cache Docker layers - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: /tmp/.buildx-cache key: docker-buildx-${{ matrix.version }}${{ matrix.type }}-${{ github.sha }}