Skip to content

Commit 4cd89f5

Browse files
authored
Merge pull request #1306 from jupyterhub/dependabot/github_actions/docker/setup-qemu-action-3
build(deps): bump docker/setup-qemu-action from 2 to 3
2 parents 580101a + 8ee344e commit 4cd89f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# https://github.com/docker/build-push-action/tree/v2.4.0#usage
9595
# https://github.com/docker/build-push-action/blob/v2.4.0/docs/advanced/multi-platform.md
9696
- name: Set up QEMU (for docker buildx)
97-
uses: docker/setup-qemu-action@v2
97+
uses: docker/setup-qemu-action@v3
9898

9999
- name: Set up Docker Buildx (for multi-arch builds)
100100
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)