Skip to content

Commit 0cb8519

Browse files
authored
update vexctl to v0.3.0 (#13)
Signed-off-by: cpanato <[email protected]>
1 parent 316aed0 commit 0cb8519

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the following entry to your Github workflow YAML file:
1111
```yaml
1212
uses: openvex/setup-vexctl@main
1313
with:
14-
vexctl-release: '0.2.5' # optional
14+
vexctl-release: '0.3.0' # optional
1515
```
1616
1717
Example using a pinned version:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install vexctl
2929
uses: openvex/setup-vexctl@main
3030
with:
31-
vexctl-release: '0.2.5' # optional
31+
vexctl-release: '0.3.0' # optional
3232
- name: Check install!
3333
run: vexctl version
3434
```

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
vexctl-release:
1515
description: 'vexctl release version to be installed'
1616
required: false
17-
default: '0.2.6'
17+
default: '0.3.0'
1818
install-dir:
1919
description: 'Where to install the vexctl binary'
2020
required: false

0 commit comments

Comments
 (0)