Skip to content

Commit 894a549

Browse files
authored
Change default version of clang-tools to v12 (#79)
1 parent d24e622 commit 894a549

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

7979
- **Description**: The desired version of the [clang-tools](https://hub.docker.com/r/xianpengshen/clang-tools) to use. Accepted options are strings which can be 14, 13, 12, 11, 10, 9, or 8.
8080
- Set this option to a blank string ('') to use the platform's default installed version.
81-
- Default: '10'
81+
- Default: '12'
8282

8383
#### `verbosity`
8484

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ 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 14, 13, 12, 11, 10, 9, or 8. Defaults to 10."
40+
description: "The desired version of the clang tools to use. Accepted options are strings which can be 14, 13, 12, 11, 10, 9, or 8. Defaults to 12."
4141
required: false
42-
default: "10"
42+
default: "12"
4343
verbosity:
4444
description: A hidden option to control the action's log verbosity. This is the `logging` level (degaults to DEBUG)
4545
required: false

0 commit comments

Comments
 (0)