diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 422822e43..9725760de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: echo ::set-output name=container_tag::${VERSION} id: prep - name: Cache Docker layers - uses: actions/cache@v4.2.0 + uses: actions/cache@v4.2.1 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}