Skip to content

Commit f984ace

Browse files
Merge pull request #173 from devops-infra/dependabot/github_actions/docker/setup-qemu-action-3.6.0
Bump docker/setup-qemu-action from 3.5.0 to 3.6.0
2 parents fd0190a + 7d8315a commit f984ace

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CRON.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
install: true
2020

2121
- name: QEMU
22-
uses: docker/setup-qemu-action@v3.5.0
22+
uses: docker/setup-qemu-action@v3.6.0
2323
with:
2424
image: tonistiigi/binfmt:latest
2525
platforms: amd64,arm64

.github/workflows/PUSH-MASTER.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
install: true
5252

5353
- name: QEMU
54-
uses: docker/setup-qemu-action@v3.5.0
54+
uses: docker/setup-qemu-action@v3.6.0
5555
with:
5656
image: tonistiigi/binfmt:latest
5757
platforms: amd64,arm64

.github/workflows/PUSH-OTHER.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
install: true
5454

5555
- name: QEMU
56-
uses: docker/setup-qemu-action@v3.5.0
56+
uses: docker/setup-qemu-action@v3.6.0
5757
with:
5858
image: tonistiigi/binfmt:latest
5959
platforms: amd64,arm64

0 commit comments

Comments
 (0)