Bump cpp-linter/cpp-linter-action from 2.13.2 to 2.13.3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 21 Oct 2024 23:22:13 +0000 (23:22 +0000)
committerClaudio Cambra <claudio.cambra@nextcloud.com>
Mon, 28 Oct 2024 06:27:40 +0000 (14:27 +0800)
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.13.2 to 2.13.3.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.13.2...v2.13.3)

---
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 b0ce68646b715c3f15dd522c698a7ab5cc9a6ba0..4fad95fd39c76182af66b97d1d535e45af5542b3 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-22.04
     steps:
     - uses: actions/checkout@v4
-    - uses: cpp-linter/cpp-linter-action@v2.13.2
+    - uses: cpp-linter/cpp-linter-action@v2.13.3
       id: linter
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}