Skip to content

Commit 0c0be68

Browse files
chore(deps): bump cpp-linter/cpp-linter-action from 2.15.0 to 2.16.2
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.15.0 to 2.16.2. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](cpp-linter/cpp-linter-action@f91c446...b533471) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f13bac commit 0c0be68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
mkdir build && cd build
4040
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
4141
cmake --build .
42-
- uses: cpp-linter/cpp-linter-action@f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a
42+
- uses: cpp-linter/cpp-linter-action@b533471f00c693fdb8ce554e7073d340a574511e
4343
id: linter
4444
continue-on-error: true
4545
env:

0 commit comments

Comments
 (0)