Skip to content

Commit b524bda

Browse files
chore(deps): bump cpp-linter/cpp-linter-action from 2.15.1 to 2.16.6
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.15.1 to 2.16.6. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](cpp-linter/cpp-linter-action@0f6d1b8...a645cdb) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.16.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23ed851 commit b524bda

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
@@ -40,7 +40,7 @@ jobs:
4040
mkdir build && cd build
4141
cmake .. -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
4242
cmake --build .
43-
- uses: cpp-linter/cpp-linter-action@0f6d1b8d7e38b584cbee606eb23d850c217d54f8
43+
- uses: cpp-linter/cpp-linter-action@a645cdb1ded4f83d2a4af4b0e7929546bb040bea
4444
id: linter
4545
continue-on-error: true
4646
env:

0 commit comments

Comments
 (0)