Bump version to 1.4.4.
This commit is contained in:
committed by
Fabio Niephaus
parent
434a92bc4f
commit
790e28947b
2
dist/cleanup.js
generated
vendored
2
dist/cleanup.js
generated
vendored
@@ -27288,7 +27288,7 @@ function requireCore () {
|
|||||||
|
|
||||||
var coreExports = requireCore();
|
var coreExports = requireCore();
|
||||||
|
|
||||||
const ACTION_VERSION = '1.4.3';
|
const ACTION_VERSION = '1.4.4';
|
||||||
const INPUT_GITHUB_TOKEN = 'github-token';
|
const INPUT_GITHUB_TOKEN = 'github-token';
|
||||||
const INPUT_CACHE = 'cache';
|
const INPUT_CACHE = 'cache';
|
||||||
process.platform === 'linux';
|
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 * as zlib from 'node:zlib';
|
||||||
import require$$1$6 from 'tty';
|
import require$$1$6 from 'tty';
|
||||||
|
|
||||||
const ACTION_VERSION = '1.4.3';
|
const ACTION_VERSION = '1.4.4';
|
||||||
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';
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "setup-graalvm",
|
"name": "setup-graalvm",
|
||||||
"version": "1.4.3",
|
"version": "1.4.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "setup-graalvm",
|
"name": "setup-graalvm",
|
||||||
"version": "1.4.3",
|
"version": "1.4.4",
|
||||||
"license": "UPL",
|
"license": "UPL",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/cache": "^4.1.0",
|
"@actions/cache": "^4.1.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.4.3",
|
"version": "1.4.4",
|
||||||
"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.4.3'
|
export const ACTION_VERSION = '1.4.4'
|
||||||
|
|
||||||
export const INPUT_VERSION = 'version'
|
export const INPUT_VERSION = 'version'
|
||||||
export const INPUT_GDS_TOKEN = 'gds-token'
|
export const INPUT_GDS_TOKEN = 'gds-token'
|
||||||
|
|||||||
Reference in New Issue
Block a user