Skip to content

Commit

Permalink
Bump version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 18, 2024
1 parent 3d5584d commit 6c07077
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.1.9",
"version": "1.2.0",
"private": true,
"description": "GitHub Action for GraalVM",
"main": "lib/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/gds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function downloadGraalVMEELegacy(
version: string,
javaVersion: string
): Promise<string> {
const userAgent = `GraalVMGitHubAction/1.1.9 (arch:${c.GRAALVM_ARCH}; os:${c.GRAALVM_PLATFORM}; java:${javaVersion})`
const userAgent = `GraalVMGitHubAction/1.2.0 (arch:${c.GRAALVM_ARCH}; os:${c.GRAALVM_PLATFORM}; java:${javaVersion})`
const baseArtifact = await fetchArtifact(
userAgent,
'isBase:True',
Expand Down

0 comments on commit 6c07077

Please sign in to comment.