Merge pull request #6129 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.6.1

Build(deps): Bump cpp-linter/cpp-linter-action from 2.1.1 to 2.6.1
This commit is contained in:
Matthieu Gallien 2023-10-25 11:28:17 +02:00 committed by GitHub
commit 0a461d4f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}