The action downloads and caches both CMake 3.23.0 and Ninja 1.10.2.
To keep your workflow updated to last CMake and Ninja use:
uses: lukka/get-cmake@latest
Or pin your workflow to a CMake version:
uses: lukka/[email protected]
The version of Ninja is the last at the time of the CMake release.
Enjoy!