Bump version to 1.4.3.

This commit is contained in:
Fabio Niephaus
2025-11-26 10:14:59 +00:00
committed by Fabio Niephaus
parent 181df6a97e
commit dec5790292
5 changed files with 6 additions and 6 deletions

2
dist/cleanup.js generated vendored
View File

@@ -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';

2
dist/main.js generated vendored
View File

@@ -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';