Skip to content

Commit

Permalink
doc: update README.md to reflect v0.6.0 release
Browse files Browse the repository at this point in the history
Also be a bit more precise on the use of the term version.

Signed-off-by: Paul Jolly <paul@myitcv.io>
  • Loading branch information
myitcv committed Aug 9, 2023
1 parent 8e50d5d commit 6478087
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# `setup-cue`

***Install a specific [CUE](https://cuelang.org) CLI version on your Github
***Install a specific [CUE](https://cuelang.org) CLI version on your GitHub
Actions runner***

Use this action in your github actions workflow to install a specific version of
[CUE](https://cuelang.org) on your runner. `version` is a semantic version
string like `v0.4.0`. You can also use the keyword `latest` (default) to use the
latest stable release of `cue`. Releases of `cue` are listed
[here](https://github.com/cue-lang/cue/releases).
Use this action in your GitHub Actions workflow to install a specific version of
[CUE](https://cuelang.org) on your runner. The input `version` is a
[version](https://go.dev/ref/mod#versions) string like `v0.6.0`. You can also
use the keyword `latest` (default) to use the latest stable release of `cue`.
Releases of `cue` are listed [here](https://github.com/cue-lang/cue/releases).

```
- uses: cue-lang/setup-cue@v1
Expand Down

0 comments on commit 6478087

Please sign in to comment.