Skip to content

Commit 5e13480

Browse files
authored
Merge pull request #500 from jupyterhub/dependabot/github_actions/docker/setup-buildx-action-3
build(deps): bump docker/setup-buildx-action from 2 to 3
2 parents 6786513 + 522cde6 commit 5e13480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: docker/setup-qemu-action@v2
5555

5656
- name: Set up Docker Buildx (for multi-arch builds)
57-
uses: docker/setup-buildx-action@v2
57+
uses: docker/setup-buildx-action@v3
5858

5959
- name: Setup push rights to Docker Hub
6060
# This was setup by...

0 commit comments

Comments
 (0)