From 6e5340da0c0d27009925bffac71f2b5b6acc5649 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:54:23 +0000 Subject: [PATCH] fix(deps): update dependency @actions/core to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b282aec..fb8a757 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "MIT", "dependencies": { "@actions/cache": "^6.0.0", - "@actions/core": "^2.0.3", + "@actions/core": "^3.0.0", "@actions/exec": "^2.0.0", "@actions/glob": "^0.5.1", "md5-file": "^5.0.0",