mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-02-23 12:20:10 +08:00
Bump version to 1.3.0
.
This commit is contained in:
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(processSBOM());
|
||||||
await ignoreErrors(saveCache());
|
await ignoreErrors(saveCache());
|
||||||
}
|
}
|
||||||
if (require.main === module) {
|
run();
|
||||||
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');
|
|
||||||
}
|
|
||||||
|
|
||||||
export { run };
|
export { run };
|
||||||
//# sourceMappingURL=cleanup.js.map
|
//# 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 * as zlib from 'node:zlib';
|
||||||
import require$$1$5 from 'tty';
|
import require$$1$5 from 'tty';
|
||||||
|
|
||||||
const ACTION_VERSION = '1.2.8';
|
const ACTION_VERSION = '1.3.0';
|
||||||
const INPUT_VERSION = 'version';
|
const INPUT_VERSION = 'version';
|
||||||
const INPUT_GDS_TOKEN = 'gds-token';
|
const INPUT_GDS_TOKEN = 'gds-token';
|
||||||
const INPUT_JAVA_VERSION = 'java-version';
|
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
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "setup-graalvm",
|
"name": "setup-graalvm",
|
||||||
"version": "1.2.8",
|
"version": "1.3.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "setup-graalvm",
|
"name": "setup-graalvm",
|
||||||
"version": "1.2.8",
|
"version": "1.3.0",
|
||||||
"license": "UPL",
|
"license": "UPL",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/cache": "^4.0.0",
|
"@actions/cache": "^4.0.0",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "setup-graalvm",
|
"name": "setup-graalvm",
|
||||||
"author": "GraalVM Community",
|
"author": "GraalVM Community",
|
||||||
"description": "GitHub Action for GraalVM",
|
"description": "GitHub Action for GraalVM",
|
||||||
"version": "1.2.8",
|
"version": "1.3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import * as otypes from '@octokit/types'
|
import * as otypes from '@octokit/types'
|
||||||
|
|
||||||
export const ACTION_VERSION = '1.2.8'
|
export const ACTION_VERSION = '1.3.0'
|
||||||
|
|
||||||
export const INPUT_VERSION = 'version'
|
export const INPUT_VERSION = 'version'
|
||||||
export const INPUT_GDS_TOKEN = 'gds-token'
|
export const INPUT_GDS_TOKEN = 'gds-token'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user