Updated RELEASES.md with release information

This commit is contained in:
Sankalp Kotewar 2022-05-24 06:55:11 +00:00 committed by GitHub
parent d618dc457e
commit 4ee0048304

View File

@ -62,3 +62,6 @@
### 2.0.4 ### 2.0.4
- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087) - Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087)
### 2.0.5
- Fix to avoid saving empty cache when no files are available for caching. ([issue](https://github.com/actions/cache/issues/624))