From e140024fdc2d95d3c7e10a636887a91090d29990 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Wed, 17 Sep 2025 11:26:18 +0200 Subject: [PATCH] Bump version to `1.4.0`. --- dist/cleanup.js | 2 +- dist/main.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/constants.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/cleanup.js b/dist/cleanup.js index 294e3e4..24166b3 100644 --- a/dist/cleanup.js +++ b/dist/cleanup.js @@ -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'; diff --git a/dist/main.js b/dist/main.js index 5097a4e..8f4ec4d 100644 --- a/dist/main.js +++ b/dist/main.js @@ -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'; diff --git a/package-lock.json b/package-lock.json index a8e58e8..f2c79fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-graalvm", - "version": "1.3.7", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "setup-graalvm", - "version": "1.3.7", + "version": "1.4.0", "license": "UPL", "dependencies": { "@actions/cache": "^4.0.5", diff --git a/package.json b/package.json index 1250716..04dceb3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "setup-graalvm", "author": "GraalVM Community", "description": "GitHub Action for GraalVM", - "version": "1.3.7", + "version": "1.4.0", "type": "module", "private": true, "repository": { diff --git a/src/constants.ts b/src/constants.ts index 8c2a153..77fc2ef 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ import * as otypes from '@octokit/types' -export const ACTION_VERSION = '1.3.7' +export const ACTION_VERSION = '1.4.0' export const INPUT_VERSION = 'version' export const INPUT_GDS_TOKEN = 'gds-token'