1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2024-10-16 22:24:41 +02:00

Update license

This commit is contained in:
Sampark Sharma 2022-12-23 06:12:09 +00:00 committed by GitHub
parent 95a9c77002
commit 914fcb3068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
---
name: "@actions/cache"
version: 3.0.6
version: 3.1.0
type: npm
summary:
homepage:

View file

@ -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.
- Added logs for cache version in case of a cache miss.