diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45f84d9..2420c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Log in to the container registry if: github.event_name != 'pull_request'