Skip to content

Commit 1ad1f1a

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

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

0 commit comments

Comments
 (0)