SuperElastix / elastix

Official elastix repository
http://elastix.dev
Apache License 2.0
481 stars 116 forks source link

COMP: Upgrade clang-format-lint-action to v0.18.2 #1236

Closed N-Dekker closed 2 months ago

N-Dekker commented 2 months ago

Aims to fix errors at the CI, saying:

  File "/run-clang-format.py", line 25, in <module>
    from distutils.util import strtobool
ModuleNotFoundError: No module named 'distutils'

Upgraded clang-format-lint-action to its latest tag, https://github.com/DoozyX/clang-format-lint-action/releases/tag/v0.18.2 released on September 4, 2024.

Also upgraded actions/checkout to its latest tag, https://github.com/actions/checkout/releases/tag/v4.1.7 from June 12, 2024