diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0837a57891cf..cb2cb27529f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: if: ${{ github.event_name == 'release' }} uses: actions/checkout@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 # Build and Push to GitHub Container Registry