Skip to content

Commit 9b16fcf

Browse files
committed
Upgrade clang-format action
1 parent 8479bb8 commit 9b16fcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Run clang-format style check for C/C++ programs.
16-
uses: jidicula/clang-format-action@v4.13.0
16+
uses: jidicula/clang-format-action@v4.16.0
1717
with:
1818
clang-format-version: '20'
1919
check-path: '.'

0 commit comments

Comments
 (0)