Skip to content

Commit

Permalink
Bump version to 1.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 29, 2024
1 parent f7c3ab9 commit 557ffcf
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.4",
"version": "1.2.5",
"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.4'
export const ACTION_VERSION = '1.2.5'

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

0 comments on commit 557ffcf

Please sign in to comment.