From ba5029870dbdfbb918998ef7b11ee44dede84b52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:55:16 +0000 Subject: [PATCH] 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 7570251..1277f13 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "Anurag Hazra", "license": "MIT", "devDependencies": { - "@actions/core": "1.10.0", + "@actions/core": "3.0.1", "@actions/github": "5.1.1", "@testing-library/dom": "8.19.0", "@testing-library/jest-dom": "5.16.5",