Bump cpp-linter/cpp-linter-action from 2.12.1 to 2.13.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 16 Sep 2024 23:45:07 +0000 (23:45 +0000)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Tue, 17 Sep 2024 13:17:52 +0000 (15:17 +0200)
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: cpp-linter/cpp-linter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/clang-format.yml

index a0f1d9551ad7751efe72cbbc78b234e8fd9eb140..046cdee90d2b1f0ca9616e0d1825ccab03e5ddc5 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
     - uses: actions/checkout@v4
-    - uses: cpp-linter/cpp-linter-action@v2.12.1
+    - uses: cpp-linter/cpp-linter-action@v2.13.0
       id: linter
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}