Skip to content

Commit 2d8d0d1

Browse files
author
Ashwin Sangem
authored
Updated what's new. (#771)
* Updated what's new. * Segregated major versions and added changelog. * Update README.md
1 parent 7799d86 commit 2d8d0d1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ This action allows caching dependencies and build outputs to improve workflow ex
99
See ["Caching dependencies to speed up workflows"](https://help.github.com/github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows).
1010

1111
## What's New
12+
### v3
13+
* Updated the minimum runner version support from node 12 -> node 16.
1214

15+
### v2
16+
* Increased the cache size limit to 10 GB.
1317
* Added support for multiple paths, [glob patterns](https://github.com/actions/toolkit/tree/main/packages/glob), and single file caches.
1418

1519
```yaml
@@ -177,6 +181,12 @@ steps:
177181

178182
Since GitHub Enterprise Server uses self-hosted runners, dependencies are typically cached on the runner by whatever dependency management tool is being used (npm, maven, etc.). This eliminates the need for explicit caching in some scenarios.
179183

184+
## Changelog schedule and history
185+
186+
| Status | Version | Date | Highlights |
187+
|:---|:---|:---|:---|
188+
| Published | v3.0.0 | Mar 21st, 2022 | - Updated minimum runner version support from node 12 -> node 16 <br> |
189+
180190
## Contributing
181191
We would love for you to contribute to `actions/cache`, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
182192

0 commit comments

Comments
 (0)