Skip to content

Commit

Permalink
Bump version to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 10, 2025
1 parent f6ca3cd commit e7320e6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 14 deletions.
8 changes: 1 addition & 7 deletions dist/cleanup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cleanup.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "setup-graalvm",
"author": "GraalVM Community",
"description": "GitHub Action for GraalVM",
"version": "1.2.8",
"version": "1.3.0",
"type": "module",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as otypes from '@octokit/types'

export const ACTION_VERSION = '1.2.8'
export const ACTION_VERSION = '1.3.0'

export const INPUT_VERSION = 'version'
export const INPUT_GDS_TOKEN = 'gds-token'
Expand Down

0 comments on commit e7320e6

Please sign in to comment.