File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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
@@ -26,7 +26,7 @@ inputs:
26
26
runs :
27
27
using : " composite"
28
28
steps :
29
- - uses : sigstore/cosign-installer @4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
29
+ - uses : @4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
30
30
with :
31
31
install-dir : ${{ inputs.install-dir }}
32
32
use-sudo : ${{ inputs.use-sudo }}
You can’t perform that action at this time.
0 commit comments