Merge pull request #6632 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.11.0

Build(deps): Bump cpp-linter/cpp-linter-action from 2.10.2 to 2.11.0
This commit is contained in:
Claudio Cambra 2024-04-17 17:22:26 +08:00 committed by GitHub
commit a899fe19fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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