diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index 9bdcd073d5..b63e681fe3 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -64,7 +64,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Set up QEMU - uses: docker/setup-qemu-action@v3.6.0 + uses: docker/setup-qemu-action@v3.7.0 with: image: tonistiigi/binfmt:latest - name: Login to GHCR @@ -102,7 +102,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Set up QEMU - uses: docker/setup-qemu-action@v3.6.0 + uses: docker/setup-qemu-action@v3.7.0 with: image: tonistiigi/binfmt:latest - name: Login to GHCR