Merge branch 'main' into v-dmshib/switch-actions-to-v3

This commit is contained in:
Dmitry Shibanov 2022-04-07 11:13:52 +02:00
commit 077b72782f
4 changed files with 8 additions and 0 deletions

View file

@ -70,6 +70,8 @@ The action has a built-in functionality for caching and restoring dependencies.
- gradle: `**/*.gradle*`, `**/gradle-wrapper.properties`
- maven: `**/pom.xml`
The workflow output `cache-hit` is set to indicate if an exact match was found for the key [as actions/cache does](https://github.com/actions/cache/tree/main#outputs).
The cache input is optional, and caching is turned off by default.
#### Caching gradle dependencies