Skip to content

Commit 5155e4b

Browse files
committed
update ci
1 parent 8420942 commit 5155e4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e-test-k8s.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
runs-on: self-hosted
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
with:
4242
submodules: recursive
4343

44-
- name: Setup Go Env
44+
- name: Check Go Env
4545
run: |
4646
go env
4747
48-
- name: Install kind
48+
- name: Check Kind Version
4949
run: |
5050
kind version
5151

0 commit comments

Comments
 (0)