Skip to content

Commit 2a24120

Browse files
committed
Bump version to 1.4.1.
1 parent 39a82c0 commit 2a24120

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/cleanup.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.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
@@ -2,7 +2,7 @@
22
"name": "setup-graalvm",
33
"author": "GraalVM Community",
44
"description": "GitHub Action for GraalVM",
5-
"version": "1.4.0",
5+
"version": "1.4.1",
66
"type": "module",
77
"private": true,
88
"repository": {

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.4.0'
3+
export const ACTION_VERSION = '1.4.1'
44

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

0 commit comments

Comments
 (0)