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/analyze-action.js
generated
1
lib/analyze-action.js
generated
|
|
@ -146,7 +146,6 @@ async function run() {
|
|||
let dbCreationTimings = undefined;
|
||||
let didUploadTrapCaches = false;
|
||||
util.initializeEnvironment(pkg.version);
|
||||
await util.checkActionVersion(pkg.version);
|
||||
const logger = (0, logging_1.getActionsLogger)();
|
||||
try {
|
||||
if (!(await actionsUtil.sendStatusReport(await actionsUtil.createStatusReportBase("finish", "starting", startedAt)))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue