Remove checkActionVersion
This is no longer needed now that we only release v2
This commit is contained in:
parent
cb9be70046
commit
1b508953b4
18 changed files with 7 additions and 157 deletions
1
lib/autobuild-action.js
generated
1
lib/autobuild-action.js
generated
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue