Update clang-format-check.yml

This commit is contained in:
6arelyFuture 2022-10-19 02:47:05 +01:00 committed by GitHub
parent 700f430f2e
commit 1e336610c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.6.2
uses: jidicula/clang-format-action@v4.9.0
with:
clang-format-version: '14'
clang-format-version: '15'
check-path: 'src'