File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add the following entry to your Github workflow YAML file:
11
11
``` yaml
12
12
uses : openvex/setup-vexctl@main
13
13
with :
14
- vexctl-release : ' 0.2.5 ' # optional
14
+ vexctl-release : ' 0.3.0 ' # optional
15
15
` ` `
16
16
17
17
Example using a pinned version:
28
28
- name : Install vexctl
29
29
uses : openvex/setup-vexctl@main
30
30
with :
31
- vexctl-release : ' 0.2.5 ' # optional
31
+ vexctl-release : ' 0.3.0 ' # optional
32
32
- name : Check install!
33
33
run : vexctl version
34
34
` ` `
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inputs:
14
14
vexctl-release :
15
15
description : ' vexctl release version to be installed'
16
16
required : false
17
- default : ' 0.2.6 '
17
+ default : ' 0.3.0 '
18
18
install-dir :
19
19
description : ' Where to install the vexctl binary'
20
20
required : false
You can’t perform that action at this time.
0 commit comments