From 7c27528ab4125da93a48588a11327ec429f28987 Mon Sep 17 00:00:00 2001 From: Rob Herley Date: Wed, 10 Jan 2024 17:32:52 -0500 Subject: [PATCH] Update RELEASES.md Updates release notes for @actions/cache v3.2.3 --- packages/cache/RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index eb86a8b0..43cbfef9 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -164,3 +164,7 @@ ### 3.2.2 - Add new default cache download method to improve performance and reduce hangs [#1484](https://github.com/actions/toolkit/pull/1484) + +### 3.2.3 + +- Fixed a bug that mutated path arguments to `getCacheVersion` [#1378](https://github.com/actions/toolkit/pull/1378)