Skip to content

Commit 4838bcf

Browse files
chore(deps): update docker/setup-buildx-action action to v3
1 parent a86f59f commit 4838bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up QEMU
2929
uses: docker/setup-qemu-action@v1
3030
- name: Set up Docker Buildx
31-
uses: docker/setup-buildx-action@v1
31+
uses: docker/setup-buildx-action@v3
3232
- name: Build Image
3333
id: docker_build
3434
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)