From 64780873874827b2989c498a6ece5ace016430a9 Mon Sep 17 00:00:00 2001 From: Paul Jolly Date: Wed, 9 Aug 2023 12:07:31 +0100 Subject: [PATCH] doc: update README.md to reflect v0.6.0 release Also be a bit more precise on the use of the term version. Signed-off-by: Paul Jolly --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 40cd553..922187f 100644 --- a/README.md +++ b/README.md @@ -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