chore: update global workflows (#2446)

This commit is contained in:
LizardByte-bot
2024-04-18 15:35:56 -04:00
committed by GitHub
parent 69191cafe9
commit 50a02dbce5
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: Clang format lint
if: ${{ steps.find_files.outputs.found_files }}
uses: DoozyX/clang-format-lint-action@v0.16.2
uses: DoozyX/clang-format-lint-action@v0.17
with:
source: ${{ steps.find_files.outputs.found_files }}
extensions: 'cpp,h,m,mm'