From abcca5a0b27cdf8b6a06d26d4d299ca39ad6f2c8 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar Date: Tue, 18 Oct 2022 22:56:17 +0530 Subject: [PATCH 1/2] Upgraded `actions/cache` version to 3.0.6 --- packages/cache/package-lock.json | 4 ++-- packages/cache/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index d7e80f36bd..48f7f7e0cf 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 b22012e8ad..e2d6082c7f 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": [ From 8423354d7ddb6522074dea0459873ed4e582d563 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar Date: Tue, 18 Oct 2022 23:14:31 +0530 Subject: [PATCH 2/2] Update RELEASES.md --- packages/cache/RELEASES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index b9e57841f4..73518e1c98 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)