Skip to content

Commit f66cb47

Browse files
authoredSep 29, 2023
Bump docker/setup-qemu-action from 2 to 3 (#2089)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...v3) --- 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 ff56fc5 commit f66cb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ jobs:
441441
- uses: ./.github/util/initialize
442442
with: {github-token: "${{ github.token }}"}
443443

444-
- uses: docker/setup-qemu-action@v2
444+
- uses: docker/setup-qemu-action@v3
445445
- name: Deploy
446446
run: |
447447
docker run --rm \

0 commit comments

Comments
 (0)
Please sign in to comment.