From 4f82d6c6d1b5cb37044ac48674b83ae57f801b8a Mon Sep 17 00:00:00 2001 From: Nuri Jung Date: Tue, 7 Nov 2023 13:16:40 +0900 Subject: [PATCH 1/2] docs: mention all versions from https://apt.llvm.org are available --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5c765488..3a8b701d 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ inputs: required: false default: "." version: - description: "The desired version of the clang tools to use. Accepted options are strings which can be 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4 or 3.9. Defaults to 12." + description: "The desired version of the clang tools to use. Accepted options are strings which can be 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4 or 3.9, plus all versions available in the https://apt.llvm.org repository. Defaults to 12." required: false default: "12" verbosity: From 6d3725994f3d8bdb9db2a5e43f3171c573f336e1 Mon Sep 17 00:00:00 2001 From: Nuri Jung Date: Tue, 7 Nov 2023 13:18:41 +0900 Subject: [PATCH 2/2] docs: also update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85e0a56c..1e90d419 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ jobs: #### `version` -- **Description**: The desired version of the [clang-tools](https://github.com/cpp-linter/clang-tools-pip) to use. Accepted options are strings which can be 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4 or 3.9. +- **Description**: The desired version of the [clang-tools](https://github.com/cpp-linter/clang-tools-pip) to use. Accepted options are strings which can be 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4 or 3.9, plus all versions supported by the llvm PPA archives (). - Set this option to a blank string (`''`) to use the platform's default installed version. - This value can also be a path to where the clang tools are installed (if using a custom install location). - Default: '12'