Skip to content

Commit b3ab1e7

Browse files
Update docker/setup-buildx-action action to v3.7.0
1 parent 81312bb commit b3ab1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
password: ${{ secrets.DOCKERHUB_TOKEN }}
3232
-
3333
name: Docker Setup Buildx
34-
uses: docker/setup-buildx-action@v3.0.0
34+
uses: docker/setup-buildx-action@v3.7.0
3535
-
3636
name: Run GoReleaser
3737
uses: goreleaser/goreleaser-action@v5

0 commit comments

Comments
 (0)