diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e66bba2..8109ecb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,7 +17,7 @@ jobs: uses: docker/setup-buildx-action@v2.5.0 - name: Cache Docker layers - uses: actions/cache@v3.3.0 + uses: actions/cache@v4.0.1 with: path: /tmp/.buildx-cache key: docker-buildx-${{ matrix.version }}-${{ github.sha }}