Bump cpp-linter/cpp-linter-action from 2.10.0 to 2.10.2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 25 Mar 2024 23:59:24 +0000 (23:59 +0000)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Wed, 10 Apr 2024 06:32:15 +0000 (14:32 +0800)
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.10.0 to 2.10.2.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.10.0...v2.10.2)

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

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

index 6a409095fe4cf0a567e6a8466679467ae0a80ce0..b6cf9b892836be15fc4f8288afcca6704a4342c5 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
     - uses: actions/checkout@v4
-    - uses: cpp-linter/cpp-linter-action@v2.10.0
+    - uses: cpp-linter/cpp-linter-action@v2.10.2
       id: linter
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}