Skip to content

Commit c31e554

Browse files
Bump docker/setup-qemu-action from 3 to 4
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f07a494 commit c31e554

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-nuitka-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
username: ${{ github.actor }}
9191
password: ${{ secrets.GITHUB_TOKEN }}
9292

93-
- uses: docker/setup-qemu-action@v3
93+
- uses: docker/setup-qemu-action@v4
9494
if: matrix.host == 'qemu'
9595
with:
9696
platforms: ${{ matrix.platforms }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
- run: python3 .github/patch.py docker
352352
env:
353353
GITHUB_REF_NAME: ${{ github.ref_name }}
354-
- uses: docker/setup-qemu-action@v3 # 仅仅在需要时启用 QEMU 支持
354+
- uses: docker/setup-qemu-action@v4 # 仅仅在需要时启用 QEMU 支持
355355
if: matrix.host == 'qemu'
356356
with:
357357
platforms: ${{ env.platforms }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: python3 .github/patch.py docker
2727
env:
2828
GITHUB_REF_NAME: ${{ github.ref_name }}
29-
- uses: docker/setup-qemu-action@v3
29+
- uses: docker/setup-qemu-action@v4
3030
with:
3131
platforms: ${{ env.platforms }}
3232
- uses: docker/setup-buildx-action@v4

0 commit comments

Comments
 (0)