chore: update cpp-linter

This commit is contained in:
Alex 2024-02-20 22:24:25 +01:00
parent 1606dce62e
commit efb2eb5073
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
run: |
meson -Dcpp_std=c++20 build # necessary to generate compile_commands.json
ninja -C build # necessary to find certain .h files (xdg, wayland, etc.)
- uses: cpp-linter/cpp-linter-action@v2.7.5
- uses: cpp-linter/cpp-linter-action@v2.9.1
name: clang-tidy
id: clang-tidy-check
env: