Commit b2013cb 1 parent 716a705 commit b2013cb Copy full SHA for b2013cb
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
15
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
16
16
17
17
- name : Create kind cluster
18
18
uses : ./
26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
29
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
30
30
31
31
- name : Create kind cluster with custom verbosity
32
32
uses : ./
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
45
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
46
46
47
47
- name : Create kind cluster with custom name
48
48
uses : ./
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : Checkout
61
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
61
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
62
62
63
63
- name : Only install kind without starting a cluster
64
64
uses : ./
73
73
runs-on : ubuntu-latest
74
74
steps :
75
75
- name : Checkout
76
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
76
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
77
77
78
78
- name : Create kind cluster with custom name
79
79
uses : ./
89
89
runs-on : ubuntu-latest
90
90
steps :
91
91
- name : Checkout
92
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
92
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
93
93
94
94
- name : Create kind cluster with custom name
95
95
uses : ./
You can’t perform that action at this time.
0 commit comments