mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
GH Actions: Update clang-format action to latest version
This commit is contained in:
parent
140c88aa4e
commit
1fbf6ae4f0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/clang-format.yml
vendored
4
.github/workflows/clang-format.yml
vendored
|
@ -58,8 +58,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run clang-format style check for C/C++ programs.
|
||||
uses: jidicula/clang-format-action@v3.4.0
|
||||
uses: jidicula/clang-format-action@v4.4.1
|
||||
with:
|
||||
clang-format-version: "10"
|
||||
clang-format-version: "11"
|
||||
check-path: ${{ matrix.path['check'] }}
|
||||
exclude-regex: ${{ matrix.path['exclude'] }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue