Skip to content

Commit b0cb26a

Browse files
committed
Bump version to 1.3.1.
1 parent 30b157f commit b0cb26a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/cleanup/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.3.0",
5+
"version": "1.3.1",
66
"private": true,
77
"repository": {
88
"type": "git",

src/constants.ts

+1-1
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.3.0'
3+
export const ACTION_VERSION = '1.3.1'
44

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

0 commit comments

Comments
 (0)