Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfaf6392

Browse files
authored
Update RELEASES.md
1 parent4bc41c0 commitfaf6392

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

‎README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This action allows caching dependencies and build outputs to improve workflow execution time.
44

55
>Two other actions are available in addition to the primary`cache` action:
6+
>
67
>*[Restore action](./restore/README.md)
78
>*[Save action](./save/README.md)
89
@@ -14,6 +15,22 @@ See ["Caching dependencies to speed up workflows"](https://docs.github.com/en/ac
1415

1516
##What's New
1617

18+
###⚠️ Important changes
19+
20+
The cache backend service has been rewritten from the ground up for improved performance and reliability.[actions/cache](https://github.com/actions/cache) now integrates with the new cache service (v2) APIs.
21+
22+
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**.
23+
24+
**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).
25+
26+
If you are using pinned SHAs, please use the SHAs of versions`v4.2.0` or`v3.4.0`
27+
28+
If you do not upgrade, all workflow runs using any of the deprecated[actions/cache](https://github.com/actions/cache) will fail.
29+
30+
Upgrading to the recommended versions will not break your workflows.
31+
32+
Read more about the change & access the migration guide:[reference to the announcement](https://github.com/actions/cache/discussions/1510).
33+
1734
###v4
1835

1936
* Updated to node 20

‎RELEASES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
#Releases
22

3+
###4.2.0
4+
5+
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability.[actions/cache](https://github.com/actions/cache) now integrates with the new cache service (v2) APIs.
6+
7+
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**.
8+
9+
**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).
10+
11+
If you are using pinned SHAs, please use the SHAs of versions`v4.2.0` or`v3.4.0`
12+
13+
If you do not upgrade, all workflow runs using any of the deprecated[actions/cache](https://github.com/actions/cache) will fail.
14+
15+
Upgrading to the recommended versions will not break your workflows.
16+
317
###4.1.2
418

519
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices -[#1474](https://github.com/actions/cache/pull/1474)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp