diff --git a/README.md b/README.md index f971246..4d9a604 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Set up your GitHub Actions workflow with a specific version of Deno. ## Usage -### Latest stable +### Latest stable for a major ```yaml - uses: denoland/setup-deno@v1 @@ -12,6 +12,16 @@ Set up your GitHub Actions workflow with a specific version of Deno. deno-version: v1.x ``` +### Latest stable for any major + +Targets the latest major, minor and patch version of Deno. + +```yaml +- uses: denoland/setup-deno@v1 + with: + deno-version: vx.x.x +``` + ### Specific stable ```yaml