From 882d7ced4c9b8af53ed67bfa36ee600195e62940 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:30:22 -0800 Subject: [PATCH] Add 3.4.0 release notes --- README.md | 2 ++ RELEASES.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 74077bc..3f07f15 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,12 @@ Read more about the change & access the migration guide: [reference to the annou ### v4 +* Integrated with the new cache service (v2) APIs. * Updated to node 20 ### v3 +* Integrated with the new cache service (v2) APIs. * Added support for caching in GHES 3.5+. * Fixed download issue for files > 2GB during restore. * Updated the minimum runner version support from node 12 -> node 16. diff --git a/RELEASES.md b/RELEASES.md index 15b0a2f..ea82859 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -40,6 +40,10 @@ Upgrading to the recommended versions will not break your workflows. - Updated minimum runner version support from node 12 -> node 20 +### 3.4.0 + +- Integrated with the new cache service (v2) APIs + ### 3.3.3 - Updates @actions/cache to v3.2.3 to fix accidental mutated path arguments to `getCacheVersion` [actions/toolkit#1378](https://github.com/actions/toolkit/pull/1378)