Build(deps): Bump cpp-linter/cpp-linter-action from 2.1.1 to 2.6.1

Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.1.1 to 2.6.1.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases)
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.1.1...v2.6.1)

---
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>
This commit is contained in:
dependabot[bot] 2023-10-25 09:27:06 +00:00 committed by GitHub
parent 02b2c9f7f7
commit 7abeb01179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: cpp-linter/cpp-linter-action@v2.1.1
- uses: cpp-linter/cpp-linter-action@v2.6.1
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}