From 1ebf58b9aa6cf691b041536bc06f616489870262 Mon Sep 17 00:00:00 2001 From: Andre Stefanov Date: Wed, 25 Sep 2024 22:23:36 +0200 Subject: [PATCH] Update clang-format-lint-action to v0.18.1 (#251) --- .github/workflows/code_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_format.yml b/.github/workflows/code_format.yml index 92ebb96b..f3cfe17a 100644 --- a/.github/workflows/code_format.yml +++ b/.github/workflows/code_format.yml @@ -15,7 +15,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - - uses: DoozyX/clang-format-lint-action@v0.12 + - uses: DoozyX/clang-format-lint-action@v0.18.1 with: source: '. ./src ./src/libs' exclude: './src/libs/TimerInterrupt ./scripts ./src/fonts128x64.h'