diff --git a/index.js b/index.js index 7c4a164..4275db5 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -import core from '@actions/core' +import * as core from '@actions/core' import { NeocitiesAPIClient, printDeployText, diff --git a/package.json b/package.json index eba51d5..8c6de17 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/bcomnes/deploy-to-neocities/issues" }, "dependencies": { - "@actions/core": "2.0.3", + "@actions/core": "3.0.0", "async-neocities": "4.1.2", "minimatch": "10.2.4" },