File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
15
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
29
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
45
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
61
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
76
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
92
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
93
93
94
94
- name : Create kind cluster with custom name
95
95
uses : ./
@@ -105,7 +105,7 @@ jobs:
105
105
runs-on : ubuntu-latest
106
106
steps :
107
107
- name : Checkout
108
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
108
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
109
109
110
110
- name : Create kind cluster with custom name
111
111
uses : ./
You can’t perform that action at this time.
0 commit comments