From 3e257b07453630b7027f1c5566cc3699f5602812 Mon Sep 17 00:00:00 2001 From: Lovepreet Singh Date: Thu, 13 Oct 2022 09:36:33 +0000 Subject: [PATCH] Update RELEASES.md --- packages/cache/RELEASES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 77ca90cc..b0851fb7 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -85,3 +85,6 @@ ### 3.0.4 - Fix zstd not working for windows on gnu tar in issues [#888](https://github.com/actions/cache/issues/888) and [#891](https://github.com/actions/cache/issues/891). - Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable `SEGMENT_DOWNLOAD_TIMEOUT_MIN`. Default is 60 minutes. + +### 3.0.5 +- Update `@actions/cache` to use `@actions/core@^1.10.0` \ No newline at end of file