Merge pull request #1968 from actions/robherley/cache/v4.0.2

cache: prep v4.0.2 release
This commit is contained in:
Rob Herley
2025-02-25 16:00:06 -05:00
committed by GitHub
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# @actions/cache Releases
### 4.0.2
- Wrap create failures in ReserveCacheError [#1966](https://github.com/actions/toolkit/pull/1966)
### 4.0.1
- Remove runtime dependency on `twirp-ts` [#1947](https://github.com/actions/toolkit/pull/1947)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@actions/cache",
"version": "4.0.1",
"version": "4.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@actions/cache",
"version": "4.0.1",
"version": "4.0.2",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/cache",
"version": "4.0.1",
"version": "4.0.2",
"preview": true,
"description": "Actions cache lib",
"keywords": [