From db64ed031f87db76c65d9e0c991047f7d2b63355 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 10 Aug 2024 18:42:38 +0530 Subject: [PATCH] chore(README): update example versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bff365..e9ecb84 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ GitHub action to install and run [rokit](https://github.com/rojo-rbx/rokit); a t Use the latest released version of `rokit` with default parameters: ```yaml steps: -- uses: CompeyDev/setup-rokit@v0.1.0 +- uses: CompeyDev/setup-rokit@v0.1.1 ``` For a list of default parameter values, [check here](https://github.com/CompeyDev/setup-rokit/blob/main/action.yml#L5-L20). @@ -19,7 +19,7 @@ For a list of default parameter values, [check here](https://github.com/CompeyDe For more advanced cases, use the parameters below. ```yaml steps: -- uses: CompeyDev/setup-rokit@v0.1.0 +- uses: CompeyDev/setup-rokit@v0.1.1 with: version: v1.0.0 # name of git tag in rokit (uses latest tag by default) path: some_dir/my_project # path to project dir containing a `rokit.toml`, `aftman.toml`, or `foreman.toml` ("." (current dir) by default)