Skip to content

Commit 17bd7d6

Browse files
authored
Merge pull request #222 from docker/dependabot/github_actions/docker/setup-qemu-action-4.1.0
build(deps): Bump docker/setup-qemu-action from 4.0.0 to 4.1.0
2 parents 059fa11 + f075c83 commit 17bd7d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ jobs:
649649
bake-target: ${{ inputs.meta-bake-target }}
650650
-
651651
name: Set up QEMU
652-
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
652+
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
653653
if: ${{ inputs.setup-qemu }}
654654
with:
655655
image: ${{ env.BINFMT_IMAGE }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ jobs:
540540
annotations: ${{ inputs.meta-annotations }}
541541
-
542542
name: Set up QEMU
543-
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
543+
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
544544
if: ${{ inputs.setup-qemu }}
545545
with:
546546
image: ${{ env.BINFMT_IMAGE }}

0 commit comments

Comments
 (0)