Skip to content

Commit 2e76bfb

Browse files
authoredSep 20, 2024··
Merge pull request #201 from containeroo/renovate/docker-setup-qemu-action-3.x
Update docker/setup-qemu-action action to v3
2 parents f26fc6e + 2bdb2c2 commit 2e76bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: ${{ env.GO_VERSION }}
2323
- name: Set up QEMU
24-
uses: docker/setup-qemu-action@v2
24+
uses: docker/setup-qemu-action@v3
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3
2727
- name: Cache Go modules

0 commit comments

Comments
 (0)
Please sign in to comment.