chore: update global workflows (#3003)

This commit is contained in:
LizardByte-bot 2024-08-12 10:19:25 -04:00 committed by GitHub
commit 299672795c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 1 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.17
uses: DoozyX/clang-format-lint-action@v0.18
with:
source: ${{ steps.find_files.outputs.found_files }}
extensions: 'cpp,h,m,mm'