Skip to content

Commit a2a8473

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

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@0f6d1b8d7e38b584cbee606eb23d850c217d54f8
4343
id: linter
4444
continue-on-error: true
4545
env:

0 commit comments

Comments
 (0)