From 323c7a0724748610ff4aa6b1d7522dc5025dbbe2 Mon Sep 17 00:00:00 2001 From: 4413a Date: Mon, 27 May 2024 23:19:52 -0600 Subject: [PATCH] Update README.md sef --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1d2aef..10b36d9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +#sef # Cache action This action allows caching dependencies and build outputs to improve workflow execution time. @@ -14,12 +15,12 @@ See ["Caching dependencies to speed up workflows"](https://docs.github.com/en/ac ## What's New -### v4 +### v2 * Updated to node 20 * Added a `save-always` flag to save the cache even if a prior step fails -### v3 +### v2 * Added support for caching in GHES 3.5+. * Fixed download issue for files > 2GB during restore.