From 914fcb3068b5959e18a93f79345f650052ae4871 Mon Sep 17 00:00:00 2001 From: Sampark Sharma Date: Fri, 23 Dec 2022 06:12:09 +0000 Subject: [PATCH] Update license --- .licenses/npm/@actions/cache.dep.yml | 2 +- RELEASES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.licenses/npm/@actions/cache.dep.yml b/.licenses/npm/@actions/cache.dep.yml index 75c2c69..fa356cb 100644 --- a/.licenses/npm/@actions/cache.dep.yml +++ b/.licenses/npm/@actions/cache.dep.yml @@ -1,6 +1,6 @@ --- name: "@actions/cache" -version: 3.0.6 +version: 3.1.0 type: npm summary: homepage: diff --git a/RELEASES.md b/RELEASES.md index eb967aa..8a03ae6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -59,4 +59,4 @@ ### 3.2.1 - Update `@actions/cache` on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. ([issue](https://github.com/actions/cache/issues/984)) - Added support for fallback to gzip to restore old caches on windows. -- Bug fixes for bsdtar fallback if gnutar not available and gzip fallback if cache saved using old cache action on windows. \ No newline at end of file +- Added logs for cache version in case of a cache miss. \ No newline at end of file