From 4f2ee4ca11a5bbbb7e267de482a6dd446752305d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Dec 2025 00:03:27 +0000 Subject: [PATCH] Update dependency @actions/cache to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74857446..f01f8a5f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/cache": "^4.1.0", + "@actions/cache": "^5.0.0", "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.1",