From a7b0f34e517d4d93d60dd22bd1a1c33fad68313b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 24 May 2025 16:06:59 +0100 Subject: [PATCH] ci: update DoozyX/clang-format-lint-action --- .github/workflows/lint_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index a153aa3b..2ee50eab 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' - - uses: DoozyX/clang-format-lint-action@v0.18.2 + - uses: DoozyX/clang-format-lint-action@v0.20 with: source: 'src' exclude: 'lib'