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