From c64a574c65d9c2e548224d40f6f4fcfc3b78ceb2 Mon Sep 17 00:00:00 2001 From: Ashwin Sangem Date: Mon, 21 Mar 2022 17:53:29 +0530 Subject: [PATCH] Updated what's new. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 309de0a..2e994a9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu ## What's New +* Updated the minimum runner version support from node 12 -> node 16. +* Increased the cache size limit to 10 GB. * Added support for multiple paths, [glob patterns](https://github.com/actions/toolkit/tree/main/packages/glob), and single file caches. ```yaml