diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-05-11 15:19:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 15:19:24 (GMT) |
commit | f49a728a08ddc6f9915fd846aed1bc5f28978e64 (patch) | |
tree | 6c21aeabd25a3697d4b3ae9359b6a7457fe151cc /.github/workflows | |
parent | e52122ecee89f0c02678fc0cc2516fc5b45b0bbe (diff) | |
download | hdf5-f49a728a08ddc6f9915fd846aed1bc5f28978e64.zip hdf5-f49a728a08ddc6f9915fd846aed1bc5f28978e64.tar.gz hdf5-f49a728a08ddc6f9915fd846aed1bc5f28978e64.tar.bz2 |
Update action uses version (#2938)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/clang-format-fix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang-format-fix.yml b/.github/workflows/clang-format-fix.yml index feaa3d0..00d2352 100644 --- a/.github/workflows/clang-format-fix.yml +++ b/.github/workflows/clang-format-fix.yml @@ -27,7 +27,7 @@ jobs: 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' - - uses: EndBug/add-and-commit@v7 + - uses: EndBug/add-and-commit@v9 with: author_name: github-actions author_email: 41898282+github-actions[bot]@users.noreply.github.com |