Skip to content

Commit 831b7a7

Browse files
authored
Merge pull request #43 from jakoch/dependabot/github_actions/docker/setup-qemu-action-4
deps(gha): bump docker/setup-qemu-action from 3 to 4
2 parents 70054c9 + 90ab832 commit 831b7a7

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)