From 2a2412009026a83f51d179f92dc2b3fd4c8142df Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Thu, 2 Oct 2025 10:21:23 +0200 Subject: [PATCH] Bump version to `1.4.1`. --- 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 1d0e40a..89f193e 100644 --- a/dist/cleanup.js +++ b/dist/cleanup.js @@ -27288,7 +27288,7 @@ function requireCore () { var coreExports = requireCore(); -const ACTION_VERSION = '1.4.0'; +const ACTION_VERSION = '1.4.1'; const INPUT_GITHUB_TOKEN = 'github-token'; const INPUT_CACHE = 'cache'; process.platform === 'linux'; diff --git a/dist/main.js b/dist/main.js index a018f89..ae93da6 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.4.0'; +const ACTION_VERSION = '1.4.1'; 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 348fe7e..49c85b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-graalvm", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "setup-graalvm", - "version": "1.4.0", + "version": "1.4.1", "license": "UPL", "dependencies": { "@actions/cache": "^4.1.0", diff --git a/package.json b/package.json index a358114..ece4c96 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "setup-graalvm", "author": "GraalVM Community", "description": "GitHub Action for GraalVM", - "version": "1.4.0", + "version": "1.4.1", "type": "module", "private": true, "repository": { diff --git a/src/constants.ts b/src/constants.ts index ca0bcc8..e6eae17 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ import * as otypes from '@octokit/types' -export const ACTION_VERSION = '1.4.0' +export const ACTION_VERSION = '1.4.1' export const INPUT_VERSION = 'version' export const INPUT_GDS_TOKEN = 'gds-token'