Skip to content

Commit 45722b3

Browse files
authored
Merge pull request #30 from datum-cloud/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents 91a9215 + 5634af1 commit 45722b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/kind-bootstrap/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
using: composite
2626
steps:
2727
- name: Checkout test-infra
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
repository: datum-cloud/test-infra
3131
path: test-infra

.github/workflows/bootstrap-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cancel-in-progress: true
1717

1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
with: { fetch-depth: 0 }
2121

2222
- name: Bootstrap KIND cluster

0 commit comments

Comments
 (0)