this package is not maintained any more. Most of its functionality was added to the standard setup-python action, see https://github.com/actions/setup-python#caching ...
What we're not sure about is any dependency ensurepip might create between python and pip - perhaps ensurepip should actually be installed by the pip package, rather than bundled with python. I also ...