Skip to content

Commit 4cb3bbb

Browse files
author
Self-hosted Renovate Bot
committed
chore(deps): update docker/setup-buildx-action action to v3
1 parent f107997 commit 4cb3bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
docker context create builders
5959
- name: Set up Docker Buildx
60-
uses: docker/setup-buildx-action@v2
60+
uses: docker/setup-buildx-action@v3
6161
with:
6262
endpoint: builders
6363
- name: Login to DockerHub

.github/workflows/test-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
docker context create builders
3737
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@v2
38+
uses: docker/setup-buildx-action@v3
3939
with:
4040
endpoint: builders
4141
- name: Run GoReleaser in Docker

0 commit comments

Comments
 (0)