Skip to content

Commit

Permalink
Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent c2c8b95 commit e3945c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
persist-credentials: false

- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
uses: docker/setup-qemu-action@v3.0.0

- name: Setup Docker Buildx
id: buildx
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
persist-credentials: false

- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
uses: docker/setup-qemu-action@v3.0.0

- name: Setup Docker Buildx
id: buildx
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
persist-credentials: false

- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
uses: docker/setup-qemu-action@v3.0.0

- name: Setup Docker Buildx
id: buildx
Expand Down

0 comments on commit e3945c2

Please sign in to comment.