summaryrefslogtreecommitdiffstats
path: root/.github/workflows/clang-format-fix.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/clang-format-fix.yml')
-rw-r--r--.github/workflows/clang-format-fix.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/clang-format-fix.yml b/.github/workflows/clang-format-fix.yml
index abdd069..a390a8b 100644
--- a/.github/workflows/clang-format-fix.yml
+++ b/.github/workflows/clang-format-fix.yml
@@ -10,11 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C and Java programs.
- uses: DoozyX/clang-format-lint-action@v0.11
+ uses: DoozyX/clang-format-lint-action@v0.13
with:
source: '.'
extensions: 'c,h,cpp,hpp,java'
- clangFormatVersion: 10
+ clangFormatVersion: 13
inplace: True
style: file
exclude: './config ./hl/src/H5LTanalyze.c ./hl/src/H5LTparse.c ./hl/src/H5LTparse.h ./src/H5Epubgen.h ./src/H5Einit.h ./src/H5Eterm.h ./src/H5Edefin.h ./src/H5version.h ./src/H5overflow.h'