diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37f7e7f54..c997fc03e 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.0.2 + uses: actions/cache@v4.1.2 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}