Skip to content
Compare
Choose a tag to compare
@dmitry-shibanov dmitry-shibanov released this 11 Apr 14:03
· 161 commits to main since this release
9519cf1

This release introduces new output cache-hit (#275) and update of actions/cache dependency to 2.0.2 (#317)

Add "cache-hit" output

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.

Update actions/cache to 2.0.2

We updated actions/cache package as the new version contains fixes related to GHES 3.5 (#317)