Skip to content

Commit 50e7a2a

Browse files
Bump docker/setup-qemu-action from 1 to 2 (#262)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v1...v2) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7b16aa commit 50e7a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
go-version: ${{ env.GO_VERSION }}
5959
- name: Setup QEMU
60-
uses: docker/setup-qemu-action@v1
60+
uses: docker/setup-qemu-action@v2
6161
with:
6262
platforms: arm,arm64,ppc64le,s390x,mips64le,386
6363
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)