mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-12-18 14:52:02 +01:00
Add 3.4.0 release notes
This commit is contained in:
parent
f2695d7a42
commit
882d7ced4c
2 changed files with 6 additions and 0 deletions
|
@ -33,10 +33,12 @@ Read more about the change & access the migration guide: [reference to the annou
|
||||||
|
|
||||||
### v4
|
### v4
|
||||||
|
|
||||||
|
* Integrated with the new cache service (v2) APIs.
|
||||||
* Updated to node 20
|
* Updated to node 20
|
||||||
|
|
||||||
### v3
|
### v3
|
||||||
|
|
||||||
|
* Integrated with the new cache service (v2) APIs.
|
||||||
* Added support for caching in GHES 3.5+.
|
* Added support for caching in GHES 3.5+.
|
||||||
* Fixed download issue for files > 2GB during restore.
|
* Fixed download issue for files > 2GB during restore.
|
||||||
* Updated the minimum runner version support from node 12 -> node 16.
|
* Updated the minimum runner version support from node 12 -> node 16.
|
||||||
|
|
|
@ -40,6 +40,10 @@ Upgrading to the recommended versions will not break your workflows.
|
||||||
|
|
||||||
- Updated minimum runner version support from node 12 -> node 20
|
- Updated minimum runner version support from node 12 -> node 20
|
||||||
|
|
||||||
|
### 3.4.0
|
||||||
|
|
||||||
|
- Integrated with the new cache service (v2) APIs
|
||||||
|
|
||||||
### 3.3.3
|
### 3.3.3
|
||||||
|
|
||||||
- Updates @actions/cache to v3.2.3 to fix accidental mutated path arguments to `getCacheVersion` [actions/toolkit#1378](https://github.com/actions/toolkit/pull/1378)
|
- Updates @actions/cache to v3.2.3 to fix accidental mutated path arguments to `getCacheVersion` [actions/toolkit#1378](https://github.com/actions/toolkit/pull/1378)
|
||||||
|
|
Loading…
Reference in a new issue