From 8423354d7ddb6522074dea0459873ed4e582d563 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar Date: Tue, 18 Oct 2022 23:14:31 +0530 Subject: [PATCH] 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 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)