diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index b9e57841..73518e1c 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -87,4 +87,7 @@ - Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable `SEGMENT_DOWNLOAD_TIMEOUT_MINS`. Default is 60 minutes. ### 3.0.5 -- Update `@actions/cache` to use `@actions/core@^1.10.0` \ No newline at end of file +- Update `@actions/cache` to use `@actions/core@^1.10.0` + +### 3.0.6 +- Added `@azure/abort-controller` to dependencies to fix compatibility issue with ESM [#1208](https://github.com/actions/toolkit/issues/1208) diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index d7e80f36..48f7f7e0 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -1,12 +1,12 @@ { "name": "@actions/cache", - "version": "3.0.5", + "version": "3.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@actions/cache", - "version": "3.0.5", + "version": "3.0.6", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/packages/cache/package.json b/packages/cache/package.json index b22012e8..e2d6082c 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "3.0.5", + "version": "3.0.6", "preview": true, "description": "Actions cache lib", "keywords": [