From 0a6e3ccdaa05b467bb8e5a953b84cbda4cfe6575 Mon Sep 17 00:00:00 2001 From: Alex Evanczuk Date: Sat, 15 Oct 2022 07:59:49 -0400 Subject: [PATCH] Bump @actions/core to 1.10.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fea8f8..abba985 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "softprops", "license": "MIT", "dependencies": { - "@actions/core": "^1.4.0", + "@actions/core": "^1.10.0", "@actions/github": "^5.0.0", "@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-throttling": "^3.5.1",