Skip to content

Commit 5abde19

Browse files
chore(deps): bump docker/setup-buildx-action from 2 to 3 (#638)
1 parent 9b01f05 commit 5abde19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141
name: Checkout Repo
4242

43-
- uses: docker/setup-buildx-action@v2
43+
- uses: docker/setup-buildx-action@v3
4444
name: Set up Docker Buildx
4545

4646
- uses: docker/build-push-action@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: docker/setup-qemu-action@v2
8686
with:
8787
platforms: amd64,arm64
88-
- uses: docker/setup-buildx-action@v2
88+
- uses: docker/setup-buildx-action@v3
8989

9090
- name: Login to DockerHub
9191
uses: docker/login-action@v3

0 commit comments

Comments
 (0)