Remove checkActionVersion

This is no longer needed now that we only release v2
This commit is contained in:
Henry Mercer 2023-01-20 12:06:43 +00:00
parent cb9be70046
commit 1b508953b4
18 changed files with 7 additions and 157 deletions

View file

@ -47,7 +47,6 @@ async function sendCompletedStatusReport(startedAt, allLanguages, failingLanguag
async function run() {
const startedAt = new Date();
const logger = (0, logging_1.getActionsLogger)();
await (0, util_1.checkActionVersion)(pkg.version);
let currentLanguage = undefined;
let languages = undefined;
try {