Compare commits

..

4 Commits

Author SHA1 Message Date
21238b32cf Merge branch 'main' into kotewar/update-readme-for-lookup 2023-03-13 15:45:02 +05:30
76371af810 Update README.md 2023-03-13 10:39:13 +05:30
93d39f69f1 Update README.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
2023-03-13 10:34:05 +05:30
e7cab40f69 Updated description of the lookup-only input for main action 2023-03-09 18:26:25 +00:00

View File

@ -2,9 +2,11 @@
This action allows caching dependencies and build outputs to improve workflow execution time.
>Two other actions are available in addition to the primary `cache` action:
>* [Restore action](./restore/README.md)
>* [Save action](./save/README.md)
Two other actions are available in addition to the primary `cache` action:
* [Restore action](./restore/README.md)
* [Save action](./save/README.md)
[![Tests](https://github.com/actions/cache/actions/workflows/workflow.yml/badge.svg)](https://github.com/actions/cache/actions/workflows/workflow.yml)