diff --git a/action.js b/action.js index a083943..eb44971 100644 --- a/action.js +++ b/action.js @@ -1,4 +1,4 @@ -import * as core from 'actions/core'; +import * as core from '@actions/core'; import * as github from '@actions/github'; import * as process from 'process'; import * as semverParser from 'semver-parser';