Bump version to 1.3.0.
This commit is contained in:
committed by
Fabio Niephaus
parent
300d65ee39
commit
dea0e3da95
8
dist/cleanup.js
generated
vendored
8
dist/cleanup.js
generated
vendored
@@ -88230,13 +88230,7 @@ async function run() {
|
||||
await ignoreErrors(processSBOM());
|
||||
await ignoreErrors(saveCache());
|
||||
}
|
||||
if (require.main === module) {
|
||||
run();
|
||||
}
|
||||
else {
|
||||
// https://nodejs.org/api/modules.html#modules_accessing_the_main_module
|
||||
coreExports.info('the script is loaded as a module, so skipping the execution');
|
||||
}
|
||||
run();
|
||||
|
||||
export { run };
|
||||
//# sourceMappingURL=cleanup.js.map
|
||||
|
||||
2
dist/cleanup.js.map
generated
vendored
2
dist/cleanup.js.map
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/main.js
generated
vendored
2
dist/main.js
generated
vendored
@@ -39,7 +39,7 @@ import * as https from 'node:https';
|
||||
import * as zlib from 'node:zlib';
|
||||
import require$$1$5 from 'tty';
|
||||
|
||||
const ACTION_VERSION = '1.2.8';
|
||||
const ACTION_VERSION = '1.3.0';
|
||||
const INPUT_VERSION = 'version';
|
||||
const INPUT_GDS_TOKEN = 'gds-token';
|
||||
const INPUT_JAVA_VERSION = 'java-version';
|
||||
|
||||
2
dist/main.js.map
generated
vendored
2
dist/main.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user