Skip to content

Commit 1071467

Browse files
authored
Merge pull request #21 from ptr727/dependabot/github_actions/docker/setup-qemu-action-3
Bump docker/setup-qemu-action from 2 to 3
2 parents 9a9c02f + b674928 commit 1071467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildPublishPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# https://github.com/marketplace/actions/docker-setup-qemu
2626
- name: 'Setup QEMU'
27-
uses: docker/setup-qemu-action@v2
27+
uses: docker/setup-qemu-action@v3
2828
with:
2929
platforms: linux/amd64,linux/arm64
3030

0 commit comments

Comments
 (0)