Update package version and changelog

This commit is contained in:
Marc Mueller
2023-02-21 13:56:25 +01:00
parent a3849b77ae
commit e45a26f771
3 changed files with 7 additions and 4 deletions

View File

@@ -117,4 +117,7 @@
- Fix to prevent from setting MYSYS environement variable globally [#1329](https://github.com/actions/toolkit/pull/1329).
### 3.1.4
- Fix zstd not being used due to `zstd --version` output change in zstd 1.5.4 release. See [#1353](https://github.com/actions/toolkit/pull/1353).
- Fix zstd not being used due to `zstd --version` output change in zstd 1.5.4 release. See [#1353](https://github.com/actions/toolkit/pull/1353).
### 3.2.0
- Add `lookupOnly` to cache restore `DownloadOptions`.