Skip to content

Commit 34f35d0

Browse files
authored
Merge pull request #174 from k3s-io/dependabot/github_actions/docker/setup-buildx-action-3
🌱 Bump docker/setup-buildx-action from 2 to 3
2 parents 2d0e3b1 + 19bb88b commit 34f35d0

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
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-qemu-action@v3
3333

3434
- name: Set up Docker Buildx
35-
uses: docker/setup-buildx-action@v2
35+
uses: docker/setup-buildx-action@v3
3636

3737
- name: Cache Docker layers
3838
uses: actions/cache@v4

0 commit comments

Comments
 (0)