Skip to content

Commit cf4944f

Browse files
Update docker/setup-buildx-action action to v3
1 parent 851b8f4 commit cf4944f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: ">=1.19.4"
2525
cache: true
2626
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v2
27+
uses: docker/setup-buildx-action@v3
2828
- name: Login to GitHub Container Registry
2929
uses: docker/login-action@v2
3030
with:

0 commit comments

Comments
 (0)