Skip to content

Commit 7f488cf

Browse files
committed
Bump version to 1.3.5.
1 parent 372a804 commit 7f488cf

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
@@ -2,7 +2,7 @@
22
"name": "setup-graalvm",
33
"author": "GraalVM Community",
44
"description": "GitHub Action for GraalVM",
5-
"version": "1.3.3",
5+
"version": "1.3.5",
66
"private": true,
77
"repository": {
88
"type": "git",

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

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

0 commit comments

Comments
 (0)