From ba3ec7dc06107029892225bcbb3ea01085c0df2e Mon Sep 17 00:00:00 2001 From: Sameer Tanakia Date: Tue, 1 Nov 2022 21:51:13 -0400 Subject: [PATCH] fix dependencies --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1c7abef..e319453 100644 --- a/action.yml +++ b/action.yml @@ -58,7 +58,7 @@ outputs: assets: description: "JSON array containing information about each uploaded asset, in the format given [here](https://docs.github.com/en/rest/reference/repos#upload-a-release-asset--code-samples) (minus the `uploader` field)" runs: - using: "node12" + using: "node16" main: "dist/index.js" branding: color: "green" 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",