diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index d2c4878f..708ded06 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: '.' exclude: 'examples/vpp-plugin'