Skip to content

Commit

Permalink
Bump version to 1.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 15, 2024
1 parent 4873ae0 commit 6f32709
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/cleanup/index.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/index.js

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

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
@@ -1,6 +1,6 @@
{
"name": "setup-graalvm",
"version": "1.2.3",
"version": "1.2.4",
"private": true,
"description": "GitHub Action for GraalVM",
"main": "lib/main.js",
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.3'
export const ACTION_VERSION = '1.2.4'

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

0 comments on commit 6f32709

Please sign in to comment.