mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-12-06 07:48:06 +08:00
Bump version to 1.4.0.
This commit is contained in:
committed by
Fabio Niephaus
parent
933f90457d
commit
e140024fdc
2
dist/cleanup.js
generated
vendored
2
dist/cleanup.js
generated
vendored
@@ -27288,7 +27288,7 @@ function requireCore () {
|
||||
|
||||
var coreExports = requireCore();
|
||||
|
||||
const ACTION_VERSION = '1.3.7';
|
||||
const ACTION_VERSION = '1.4.0';
|
||||
const INPUT_GITHUB_TOKEN = 'github-token';
|
||||
const INPUT_CACHE = 'cache';
|
||||
process.platform === 'linux';
|
||||
|
||||
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.3.7';
|
||||
const ACTION_VERSION = '1.4.0';
|
||||
const INPUT_VERSION = 'version';
|
||||
const INPUT_GDS_TOKEN = 'gds-token';
|
||||
const INPUT_JAVA_VERSION = 'java-version';
|
||||
|
||||
Reference in New Issue
Block a user