Skip to content

Commit c5a20f0

Browse files
Bump clang-tools from 0.9.0 to 0.10.0 (#180)
* Bump clang-tools from 0.9.0 to 0.10.0 Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](cpp-linter/clang-tools-pip@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: older versions of clang-tools are not supported --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: shenxianpeng <[email protected]>
1 parent dcc3421 commit c5a20f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
#### `version`
9393

94-
- **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 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4 or 3.9.
94+
- **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 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7.
9595
- Set this option to a blank string (`''`) to use the platform's default installed version.
9696
- This value can also be a path to where the clang tools are installed (if using a custom install location).
9797
- Default: '12'

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ inputs:
5858
required: false
5959
default: "."
6060
version:
61-
description: "The desired version of the clang tools to use. Accepted options are strings which can be 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4 or 3.9. Defaults to 12."
61+
description: "The desired version of the clang tools to use. Accepted options are strings which can be 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7. Defaults to 12."
6262
required: false
6363
default: "12"
6464
verbosity:

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install clang-tools binaries (clang-format, clang-tidy)
22
# For details please see: https://github.com/cpp-linter/clang-tools-pip
3-
clang-tools==0.9.0
3+
clang-tools==0.10.0
44

55
# cpp-linter core Python executable package
66
# For details please see: https://github.com/cpp-linter/cpp-linter

0 commit comments

Comments
 (0)