Merge pull request #6537 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.10.0

Bump cpp-linter/cpp-linter-action from 2.9.1 to 2.10.0
This commit is contained in:
Matthieu Gallien 2024-03-20 09:14:59 +01:00 committed by GitHub
commit 9a8392c1a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.9.1
- uses: cpp-linter/cpp-linter-action@v2.10.0
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}