From 18a14b1092ab319e7739f8d276650e3b4370ef80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Daba=C5=A1inskas?= Date: Fri, 20 Dec 2024 17:00:10 +0200 Subject: [PATCH] chore(deps): upgrade @actions/core from 1.3.0 to 1.10.0 Updating GitHub Actions Core dependency to latest stable version to ensure compatibility with newer GitHub Actions features and security patches --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00000595..056c9b61 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "release": "node ./scripts/release.js" }, "dependencies": { - "@actions/core": "^1.3.0", + "@actions/core": "^1.10.0", "@actions/exec": "^1.1.0", "@actions/github": "^4.0.0", "@babel/core": "^7.13.10",