github actions/setup-python v3.1.1
Add "cache-hit" output and fix "python-version" output for PyPy

latest releases: v5.2.0, v5.1.1, v5...
2 years ago

This release introduces new output cache-hit (#373) and fix python-version output for PyPy (#365)

The cache-hit output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.

The python-version contains version of Python or PyPy.

Don't miss a new setup-python release

NewReleases is sending notifications on new releases.