Skip to content

Commit 14dc26d

Browse files
authored
Added clang v16 to README and action description #145 (#147)
* Added clang v16 to README and action description #145 * Added versions back to README and action description #145
1 parent a13a448 commit 14dc26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
#### `version`
8484

85-
- **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, 87, 6, 5, 4 or 3.9.
85+
- **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.
8686
- Set this option to a blank string (`''`) to use the platform's default installed version.
8787
- This value can also be a path to where the clang tools are installed (if using a custom install location).
8888
- Default: '12'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ inputs:
3737
required: false
3838
default: "."
3939
version:
40-
description: "The desired version of the clang tools to use. Accepted options are strings which can be 15, 14, 13, 12, 11, 10, 9, or 8. Defaults to 12."
40+
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."
4141
required: false
4242
default: "12"
4343
verbosity:

0 commit comments

Comments
 (0)