File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
permissions : {}
25
25
name : Install vexctl and test presence in path
26
26
steps :
27
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
28
- name : Install vexctl
29
29
uses : ./
30
30
- name : Check install!
44
44
permissions : {}
45
45
name : Install Custom vexctl and test presence in path with custom root dir
46
46
steps :
47
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48
48
- name : Install vexctl
49
49
uses : ./
50
50
with :
72
72
permissions : {}
73
73
name : Install Custom path vexctl and test presence in path
74
74
steps :
75
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
75
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
76
76
- name : Install vexctl
77
77
uses : ./
78
78
with :
99
99
permissions : {}
100
100
name : Try to install a wrong vexctl
101
101
steps :
102
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
102
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
103
103
- name : Install vexctl
104
104
uses : ./
105
105
with :
You can’t perform that action at this time.
0 commit comments