fix imports

This commit is contained in:
David Hiendl 2023-10-24 12:50:13 +02:00
parent fa8bd05312
commit 53c897eae3

View File

@ -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';