From 9ccf8a26506889df638953ae156a2633e21630cb Mon Sep 17 00:00:00 2001 From: Yaxiong Zhao Date: Thu, 24 Apr 2025 04:33:17 -0700 Subject: [PATCH] Update actions/cache version to 4.2.2 to resolve caching warning package.json (#79) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c0a08e..f2f332c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "Alex Rodionov ", "license": "MIT", "dependencies": { - "@actions/cache": "^4.0.0", + "@actions/cache": "^4.2.2", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@actions/glob": "^0.5.0",