diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b7ed508..43f5963 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -22,7 +22,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Cache Docker layers - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.buildx-cache key: docker-buildx-${{ matrix.version }}-${{ github.sha }}