mirror of
https://github.com/actions/cache.git
synced 2025-04-22 03:56:45 +00:00
Release support for cross-os caching as opt-in feature (#1060)
* Release support for cross-os caching as opt-in feature Add documentation for cross-os caching * Apply suggestions from code review Co-authored-by: Lovepreet Singh <pdotl@github.com> * Address review comments Co-authored-by: Lovepreet Singh <pdotl@github.com>
This commit is contained in:
parent
6fd2d4538c
commit
58c146cc91
5 changed files with 15 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cache",
|
||||
"version": "3.2.2",
|
||||
"version": "3.2.3",
|
||||
"private": true,
|
||||
"description": "Cache dependencies and build outputs",
|
||||
"main": "dist/restore/index.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue