diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 5a4a69e81..dd3f2f6d2 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -100,7 +100,7 @@ jobs: username: ${{ secrets.CW_DOCKER_HUB_USERNAME }} password: ${{ secrets.CW_DOCKER_HUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0 with: image: tonistiigi/binfmt:qemu-v10.2.3-68 platforms: linux/amd64,linux/arm64