There was an error while loading. Please reload this page.
2 parents 91a9215 + 5634af1 commit 45722b3Copy full SHA for 45722b3
2 files changed
.github/actions/kind-bootstrap/action.yaml
@@ -25,7 +25,7 @@ runs:
25
using: composite
26
steps:
27
- name: Checkout test-infra
28
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
29
with:
30
repository: datum-cloud/test-infra
31
path: test-infra
.github/workflows/bootstrap-test.yml
@@ -16,7 +16,7 @@ jobs:
16
cancel-in-progress: true
17
18
19
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
20
with: { fetch-depth: 0 }
21
22
- name: Bootstrap KIND cluster
0 commit comments