From 3e42d1bf2e186341a6cfee21760db7975d09d263 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 17 Jul 2025 11:37:10 +0800 Subject: bump and pin cmake formatter version (#7800) * print tool versions for formatter * formatting * bump cmake formatter version --- .github/actions/format-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3