Merge 3bd06d2956499157093cfce1853b3fbb05ba86de into 27d5ce7f107fe9357f9df03efb73ab90386fccae

This commit is contained in:
Josh Soref 2026-04-14 11:41:04 +02:00 committed by GitHub
commit b7b18fcc8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@ This action allows caching dependencies and build outputs to improve workflow ex
>Two other actions are available in addition to the primary `cache` action:
>
>* [Restore action](./restore/README.md)
>* [Save action](./save/README.md)
>* [Restore action](./restore/README.md) - Restores a cache. It provides granular ability to restore a cache without having to save it. It accepts the same set of inputs as the cache action.
>* [Save action](./save/README.md) - Saves a cache. It provides granular ability to save a cache without having to restore it, or to do a save at any stage of the workflow job -- not only in post phase.
[![Tests](https://github.com/actions/cache/actions/workflows/workflow.yml/badge.svg)](https://github.com/actions/cache/actions/workflows/workflow.yml)