Skip to content

Add "cache-hit" output and fix "python-version" output for PyPy

Compare
Choose a tag to compare
@dmitry-shibanov dmitry-shibanov released this 07 Apr 08:32
· 224 commits to main since this release
21c0493

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.