Skip to content

Commit b974c30

Browse files
build(deps): bump docker/setup-buildx-action from 2 to 3 (#4093)
1 parent 0704271 commit b974c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: docker/setup-qemu-action@v2
7777

7878
- name: Set up Docker Buildx
79-
uses: docker/setup-buildx-action@v2
79+
uses: docker/setup-buildx-action@v3
8080

8181
- name: Login do docker.io
8282
run: docker login -u golangci -p ${{ secrets.GOLANGCI_LINT_DOCKER_TOKEN }}

0 commit comments

Comments
 (0)