From 7f6bd633686b926121463cd901f8f905a97a6522 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:22:02 +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 5cd2c88..4a5bb39 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "MIT", "dependencies": { "@actions/cache": "^5.0.5", - "@actions/core": "^2.0.3", + "@actions/core": "^3.0.0", "@actions/exec": "^2.0.0", "@actions/glob": "^0.6.1", "js-yaml": "^4.1.1",