Skip to content

Commit bbaa865

Browse files
chore(deps): update docker/setup-buildx-action action to v3
1 parent e980db9 commit bbaa865

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up QEMU
3333
uses: docker/setup-qemu-action@v1
3434
- name: Set up Docker Buildx
35-
uses: docker/setup-buildx-action@v1
35+
uses: docker/setup-buildx-action@v3
3636
- name: Build Image
3737
id: docker_build
3838
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)