Skip to content

Commit abba3da

Browse files
Update docker/setup-buildx-action action to v4
1 parent 66d054a commit abba3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
uses: docker/setup-qemu-action@v3
136136

137137
- name: Setup Docker Buildx
138-
uses: docker/setup-buildx-action@v3
138+
uses: docker/setup-buildx-action@v4
139139

140140
- name: Build binaries and test
141141
run: |

0 commit comments

Comments
 (0)