mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
build(deps): bump docker/setup-qemu-action from 2 to 3 (#578)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7a65999a30
commit
b88b6a2959
4
.github/workflows/containers.yaml
vendored
4
.github/workflows/containers.yaml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
uses: rlespinasse/github-slug-action@v3.x
|
||||
|
||||
- name: set up qemu
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: setup docker buildx
|
||||
id: buildx
|
||||
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
uses: rlespinasse/github-slug-action@v3.x
|
||||
|
||||
- name: setup docker qemu
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: setup docker buildx
|
||||
id: buildx
|
||||
|
|
|
|||
Loading…
Reference in a new issue