Skip to content

Commit 630fc8c

Browse files
workflow: Update actions and clangFormatVersion (#8)
1 parent 8c685b9 commit 630fc8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
clang-format:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- uses: DoozyX/clang-format-lint-action@v0.15
7+
- uses: actions/checkout@v7
8+
- uses: DoozyX/clang-format-lint-action@v0.20
99
with:
1010
source: "include src"
11-
clangFormatVersion: 12
11+
clangFormatVersion: 18

0 commit comments

Comments
 (0)