From 3350c0213a2ad1f61950476331df1ca999b5f33a Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Mon, 25 Nov 2024 06:28:59 -0500 Subject: [PATCH] chore: update clang-format action Signed-off-by: Maryam Tahhan --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 708ded06..9d860fb1 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.18 + - uses: DoozyX/clang-format-lint-action@v0.18.1 with: source: '.' exclude: 'examples/vpp-plugin'