Skip to content

Commit dea0e3d

Browse files
committed
Bump version to 1.3.0.
1 parent 300d65e commit dea0e3d

File tree

7 files changed

+8
-14
lines changed

7 files changed

+8
-14
lines changed

dist/cleanup.js

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

dist/cleanup.js.map

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.

dist/main.js.map

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.2.8",
5+
"version": "1.3.0",
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.2.8'
3+
export const ACTION_VERSION = '1.3.0'
44

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

0 commit comments

Comments
 (0)