Skip to content

Commit a89a6ba

Browse files
Bump docker/setup-qemu-action from 3 to 4 (#29)
1 parent 5d4fcd7 commit a89a6ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Set up QEMU (multi-arch emulation)
9595
if: steps.get_version.outputs.PUSH_DOCKER == 'true'
96-
uses: docker/setup-qemu-action@v3
96+
uses: docker/setup-qemu-action@v4
9797

9898
- name: Login to Docker Hub
9999
if: steps.get_version.outputs.PUSH_DOCKER == 'true' && github.event_name != 'pull_request'

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Set up QEMU (multi-arch emulation)
8383
if: steps.get_version.outputs.PUSH_DOCKER == 'true'
84-
uses: docker/setup-qemu-action@v3
84+
uses: docker/setup-qemu-action@v4
8585

8686
- name: Login to Docker Hub
8787
if: steps.get_version.outputs.PUSH_DOCKER == 'true' && github.event_name != 'pull_request'

0 commit comments

Comments
 (0)