mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-02-11 08:29:22 +00:00
Merge pull request #233 from docker/dependabot/github_actions/actions/checkout-6
Some checks are pending
ci / default (push) Waiting to run
ci / main (tonistiigi/binfmt:latest, all) (push) Waiting to run
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Waiting to run
ci / main (tonistiigi/binfmt:master, all) (push) Waiting to run
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Waiting to run
ci / error (push) Waiting to run
ci / cache-image (false) (push) Waiting to run
ci / cache-image (true) (push) Waiting to run
ci / version (tonistiigi/binfmt:latest) (push) Waiting to run
ci / version (tonistiigi/binfmt:master) (push) Waiting to run
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Waiting to run
test / test (push) Waiting to run
validate / prepare (push) Waiting to run
validate / validate (push) Blocked by required conditions
Some checks are pending
ci / default (push) Waiting to run
ci / main (tonistiigi/binfmt:latest, all) (push) Waiting to run
ci / main (tonistiigi/binfmt:latest, arm64,riscv64,arm) (push) Waiting to run
ci / main (tonistiigi/binfmt:master, all) (push) Waiting to run
ci / main (tonistiigi/binfmt:master, arm64,riscv64,arm) (push) Waiting to run
ci / error (push) Waiting to run
ci / cache-image (false) (push) Waiting to run
ci / cache-image (true) (push) Waiting to run
ci / version (tonistiigi/binfmt:latest) (push) Waiting to run
ci / version (tonistiigi/binfmt:master) (push) Waiting to run
ci / version (tonistiigi/binfmt:qemu-v7.0.0) (push) Waiting to run
test / test (push) Waiting to run
validate / prepare (push) Waiting to run
validate / validate (push) Blocked by required conditions
build(deps): bump actions/checkout from 5 to 6
This commit is contained in:
commit
6b85f876ea
4 changed files with 8 additions and 8 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: Set up QEMU
|
||||
id: qemu
|
||||
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: Set up QEMU
|
||||
id: qemu
|
||||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: Stop docker
|
||||
run: |
|
||||
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: Set up QEMU
|
||||
id: qemu
|
||||
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: ./
|
||||
|
|
|
|||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: Publish
|
||||
uses: actions/publish-immutable-action@v0.0.4
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: Test
|
||||
uses: docker/bake-action@v6
|
||||
|
|
|
|||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
-
|
||||
name: List targets
|
||||
id: generate
|
||||
|
|
|
|||
Loading…
Reference in a new issue