diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2022-10-26 16:24:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 16:24:12 (GMT) |
commit | a6c1dff09a40ce72bd3ad999134649943234c1df (patch) | |
tree | e50805701ed83e07a05c7502df2fa7568ca9b20f /.github/workflows/clang-format-fix.yml | |
parent | 017370682605645b1f89472dcead9251cd531d38 (diff) | |
download | hdf5-a6c1dff09a40ce72bd3ad999134649943234c1df.zip hdf5-a6c1dff09a40ce72bd3ad999134649943234c1df.tar.gz hdf5-a6c1dff09a40ce72bd3ad999134649943234c1df.tar.bz2 |
running on node-16 insteas of Node.js 12 (#2190)
Diffstat (limited to '.github/workflows/clang-format-fix.yml')
-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 a390a8b..c1110cf 100644 --- a/.github/workflows/clang-format-fix.yml +++ b/.github/workflows/clang-format-fix.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'skip-ci')" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Run clang-format style check for C and Java programs. uses: DoozyX/clang-format-lint-action@v0.13 with: |