Skip to content

Commit 74e41d9

Browse files
committed
CI: bump clang-format actions
1 parent 66b009a commit 74e41d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_push_clang_format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
clang-format-checking:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: DoozyX/clang-format-lint-action@v0.13
10+
- uses: actions/checkout@v3
11+
- uses: DoozyX/clang-format-lint-action@v0.14
1212
with:
1313
source: '.'
1414
exclude: './xmpsdk ./contrib'

0 commit comments

Comments
 (0)