Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit 30bfacd

Browse files
Bump docker/setup-qemu-action from 2 to 3
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>
1 parent e7f2d30 commit 30bfacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
git commit -a -m "${{ steps.extract.outputs.version }}"
7373
git push
7474
75-
- uses: docker/setup-qemu-action@v2
75+
- uses: docker/setup-qemu-action@v3
7676
- uses: docker/setup-buildx-action@v2
7777
- name: Login to DockerHub
7878
uses: docker/login-action@v2

0 commit comments

Comments
 (0)