Skip to content

Commit 4a200f2

Browse files
committed
Bump version to 1.2.6.
1 parent a8c0509 commit 4a200f2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/cleanup/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-graalvm",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"private": true,
55
"description": "GitHub Action for GraalVM",
66
"main": "lib/main.js",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as otypes from '@octokit/types'
22

3-
export const ACTION_VERSION = '1.2.5'
3+
export const ACTION_VERSION = '1.2.6'
44

55
export const INPUT_VERSION = 'version'
66
export const INPUT_GDS_TOKEN = 'gds-token'

0 commit comments

Comments
 (0)