Skip to content

Commit b20a30f

Browse files
chore(deps): bump clang-tools from 0.15.2 to 0.15.3 in the pip group (#325)
1 parent cec4d6b commit b20a30f

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/self-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ ubuntu-latest, macos-latest, windows-latest ]
34-
clang-version: ['8','9','10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20']
34+
clang-version: ['9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21']
3535
fail-fast: false
3636
runs-on: ${{ matrix.os }}
3737
steps:

action.yml

Lines changed: 3 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.
@@ -323,6 +323,7 @@ runs:
323323
if: runner.os == 'macOS'
324324
shell: nu {0}
325325
run: |-
326+
^brew update
326327
let brew_install_arg = 'llvm@${{ inputs.version }}'
327328
let result = (^brew install $brew_install_arg) | complete
328329
print $result

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies = []
66

77
[dependency-groups]
88
action = [
9-
"clang-tools==0.15.2",
9+
"clang-tools==0.15.3",
1010
"cpp-linter==1.10.7",
1111
]
1212
dev = [

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)