Skip to content

Commit 34644fd

Browse files
Bump docker/setup-qemu-action from 1 to 2 (#17)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d304440 commit 34644fd

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
@@ -71,7 +71,7 @@ jobs:
7171
password: ${{ secrets.GITHUB_TOKEN }}
7272
if: github.event_name != 'pull_request'
7373
- name: Setup QEMU
74-
uses: docker/setup-qemu-action@v1
74+
uses: docker/setup-qemu-action@v2
7575
with:
7676
platforms: arm64,ppc64le,s390x
7777
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)