Skip to content

Commit b14eff4

Browse files
authored
fix broken CI (#3551)
1 parent d1df80a commit b14eff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: cpp-linter/cpp-linter-action@v2
17+
- uses: cpp-linter/cpp-linter-action@v2.16.0
1818
id: linter
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)