diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index a7f108bb5..9e8a06ef7 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up QEMU if: inputs.architecture != 'linux/amd64' && inputs.architecture != 'linux/arm64' - uses: docker/setup-qemu-action@v3.3.0 + uses: docker/setup-qemu-action@v3.4.0 with: platforms: ${{ inputs.architecture }} - name: Expose GitHub Runtime diff --git a/.github/workflows/container-ci.yml b/.github/workflows/container-ci.yml index 4fc61fd0b..dca2d8677 100644 --- a/.github/workflows/container-ci.yml +++ b/.github/workflows/container-ci.yml @@ -215,7 +215,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.3.0 + uses: docker/setup-qemu-action@v3.4.0 with: platforms: all - name: Expose GitHub Runtime @@ -263,7 +263,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.3.0 + uses: docker/setup-qemu-action@v3.4.0 with: platforms: all - name: Expose GitHub Runtime @@ -302,7 +302,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.3.0 + uses: docker/setup-qemu-action@v3.4.0 with: platforms: all - name: Expose GitHub Runtime