mirror of
https://github.com/actions/cache.git
synced 2025-12-12 16:31:16 +00:00
docs: update README with v5 release notes
This commit is contained in:
parent
640a1c2554
commit
4cfb847bc9
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -21,7 +21,7 @@ The cache backend service has been rewritten from the ground up for improved per
|
||||||
|
|
||||||
The new service will gradually roll out as of **February 1st, 2025**. The legacy service will also be sunset on the same date. Changes in these release are **fully backward compatible**.
|
The new service will gradually roll out as of **February 1st, 2025**. The legacy service will also be sunset on the same date. Changes in these release are **fully backward compatible**.
|
||||||
|
|
||||||
**We are deprecating some versions of this action**. We recommend upgrading to version `v4` or `v3` as soon as possible before **February 1st, 2025.** (Upgrade instructions below).
|
**We are deprecating some versions of this action**. We recommend upgrading to version `v5`, `v4` or `v3` as soon as possible before **February 1st, 2025.** (Upgrade instructions below).
|
||||||
|
|
||||||
If you are using pinned SHAs, please use the SHAs of versions `v4.2.0` or `v3.4.0`
|
If you are using pinned SHAs, please use the SHAs of versions `v4.2.0` or `v3.4.0`
|
||||||
|
|
||||||
|
|
@ -31,6 +31,14 @@ Upgrading to the recommended versions will not break your workflows.
|
||||||
|
|
||||||
Read more about the change & access the migration guide: [reference to the announcement](https://github.com/actions/cache/discussions/1510).
|
Read more about the change & access the migration guide: [reference to the announcement](https://github.com/actions/cache/discussions/1510).
|
||||||
|
|
||||||
|
### v5
|
||||||
|
|
||||||
|
* Updated to Node.js 24
|
||||||
|
* Bumped `@actions/cache` to `5.0.0`
|
||||||
|
* Bumped `@actions/core` to `2.0.0`
|
||||||
|
* Bumped `@actions/exec` to `2.0.0`
|
||||||
|
* Bumped `@actions/io` to `2.0.0`
|
||||||
|
|
||||||
### v4
|
### v4
|
||||||
|
|
||||||
* Integrated with the new cache service (v2) APIs.
|
* Integrated with the new cache service (v2) APIs.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue