From dec5790292b7b36d7ad368abe856887749c6c520 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Wed, 26 Nov 2025 10:14:59 +0000 Subject: [PATCH] Bump version to `1.4.3`. --- 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 4e56608..c3b41d0 100644 --- a/dist/cleanup.js +++ b/dist/cleanup.js @@ -27288,7 +27288,7 @@ function requireCore () { var coreExports = requireCore(); -const ACTION_VERSION = '1.4.2'; +const ACTION_VERSION = '1.4.3'; const INPUT_GITHUB_TOKEN = 'github-token'; const INPUT_CACHE = 'cache'; process.platform === 'linux'; diff --git a/dist/main.js b/dist/main.js index 44241fb..e467fcd 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$6 from 'tty'; -const ACTION_VERSION = '1.4.2'; +const ACTION_VERSION = '1.4.3'; 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 acc84fa..7c1a079 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-graalvm", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "setup-graalvm", - "version": "1.4.2", + "version": "1.4.3", "license": "UPL", "dependencies": { "@actions/cache": "^4.1.0", diff --git a/package.json b/package.json index dcb10df..31d8222 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.2", + "version": "1.4.3", "type": "module", "private": true, "repository": { diff --git a/src/constants.ts b/src/constants.ts index 80419c7..35a7805 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.2' +export const ACTION_VERSION = '1.4.3' export const INPUT_VERSION = 'version' export const INPUT_GDS_TOKEN = 'gds-token'