From 4ee1d5d7fc6ee19e878d20e5aedce71c74df62f4 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 23 Jan 2023 15:31:39 +0700 Subject: [PATCH] add detailed info about using the action version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6288681..c780911 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ jobs: uses: threeal/cmake-action@latest ``` -> Note: You can replace `@latest` with any version you like. +> Note: You can replace `@latest` with any version you like. See [this](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsuses). #### Specify the Source and the Build Directories