Skip to content

Commit 6ff31a3

Browse files
chore: update docker/setup-buildx-action action to v3 (#3709)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65b3169 commit 6ff31a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up QEMU
1818
uses: docker/setup-qemu-action@v3
1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v2
20+
uses: docker/setup-buildx-action@v3
2121
- name: Log into registry
2222
uses: docker/login-action@v3
2323
with:

0 commit comments

Comments
 (0)