diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2025-07-17 11:37:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-17 11:37:10 +0800 |
| commit | 3e42d1bf2e186341a6cfee21760db7975d09d263 (patch) | |
| tree | 26ca0060bd145b69fa5324b15031160357d8db2d /.github/actions/format-setup | |
| parent | 1f3d53753ee96f4ad1e4fad080998d0fefe8f94e (diff) | |
bump and pin cmake formatter version (#7800)
* print tool versions for formatter
* formatting
* bump cmake formatter version
Diffstat (limited to '.github/actions/format-setup')
| -rw-r--r-- | .github/actions/format-setup/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/format-setup/action.yml b/.github/actions/format-setup/action.yml index 1028ce6bb..2dab1f0cd 100644 --- a/.github/actions/format-setup/action.yml +++ b/.github/actions/format-setup/action.yml @@ -8,7 +8,7 @@ runs: - name: install gersemi shell: bash run: | - pip3 install gersemi colorama + pip3 install gersemi==0.21 colorama - name: install clang-format shell: bash |
