From a15f1dccd46ed5100b77f45895d54bed2cd118c0 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Mon, 28 Apr 2025 09:44:44 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"Update=20actions/cache=20version=20to?= =?UTF-8?q?=204.2.2=20to=20resolve=20caching=20warning=20pack=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9ccf8a26506889df638953ae156a2633e21630cb. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2f332c..7c0a08e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "Alex Rodionov ", "license": "MIT", "dependencies": { - "@actions/cache": "^4.2.2", + "@actions/cache": "^4.0.0", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@actions/glob": "^0.5.0",