Bump version to 1.2.8.

This commit is contained in:
Fabio Niephaus 2025-01-21 10:41:21 +01:00
parent 51d59d0348
commit aafbedb8d3
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6
5 changed files with 57889 additions and 78773 deletions

67424
dist/cleanup/index.js generated vendored

File diff suppressed because one or more lines are too long

69202
dist/main/index.js generated vendored

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "setup-graalvm",
"version": "1.2.7",
"version": "1.2.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "setup-graalvm",
"version": "1.2.7",
"version": "1.2.8",
"license": "UPL",
"dependencies": {
"@actions/cache": "^4.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "setup-graalvm",
"version": "1.2.7",
"version": "1.2.8",
"private": true,
"description": "GitHub Action for GraalVM",
"main": "lib/main.js",
@ -46,8 +46,8 @@
"@types/node": "^20.17.12",
"@types/semver": "^7.5.8",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vercel/ncc": "^0.38.3",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",

View File

@ -1,6 +1,6 @@
import * as otypes from '@octokit/types'
export const ACTION_VERSION = '1.2.7'
export const ACTION_VERSION = '1.2.8'
export const INPUT_VERSION = 'version'
export const INPUT_GDS_TOKEN = 'gds-token'