Skip to content

Commit 4791756

Browse files
authored
chore: update support version and change default version to 18
Ref to f91c446, also bump default version.
1 parent e10f254 commit 4791756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ inputs:
3939
version:
4040
description: |
4141
The desired version of the [clang-tools](https://github.com/cpp-linter/clang-tools-pip) to use.
42-
Accepted options are strings which can be 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, or 8.
42+
Accepted options are strings which can be 21, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10 or 9.
4343
4444
- Set this option to a blank string (`''`) to use the platform's default installed version.
4545
- This value can also be a path to where the clang tools are installed (if using a custom install location).
4646
required: false
47-
default: 16
47+
default: 18
4848
verbosity:
4949
description: |
5050
This controls the action's verbosity in the workflow's logs.

0 commit comments

Comments
 (0)