diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 59d9423f..ddd458a9 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -93,4 +93,7 @@ - Added `@azure/abort-controller` to dependencies to fix compatibility issue with ESM [#1208](https://github.com/actions/toolkit/issues/1208) ### 3.1.0-beta.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)) \ No newline at end of file +- 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)) + +### 3.1.0-beta.2 +- Added support for fallback to gzip to restore old caches on windows. diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index 8420e2e0..70f7933d 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/cache", - "version": "3.1.0-beta.1", + "version": "3.1.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@actions/cache", - "version": "3.1.0-beta.1", + "version": "3.1.0-beta.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/packages/cache/package.json b/packages/cache/package.json index a248a5e8..1fb3fea7 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "3.1.0-beta.1", + "version": "3.1.0-beta.2", "preview": true, "description": "Actions cache lib", "keywords": [