Skip to content

Commit 90ab832

Browse files
deps(gha): bump docker/setup-qemu-action from 3 to 4
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d03cee commit 90ab832

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
@@ -87,7 +87,7 @@ jobs:
8787
password: ${{ secrets.GITHUB_TOKEN }}
8888

8989
- name: 🔽 Setup QEMU
90-
uses: docker/setup-qemu-action@v3 # https://github.com/docker/setup-qemu-action
90+
uses: docker/setup-qemu-action@v4 # https://github.com/docker/setup-qemu-action
9191
with:
9292
platforms: ${{ matrix.config.platform }}
9393

0 commit comments

Comments
 (0)