Skip to content

Commit 435d2b3

Browse files
committed
Incorporate additional feedback.
1 parent 6bd874f commit 435d2b3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitHub Action for GraalVM [![build-test](https://github.com/graalvm/setup-graalvm/actions/workflows/test.yml/badge.svg)](https://github.com/graalvm/setup-graalvm/actions/workflows/test.yml)
2-
This GitHub action sets up [Oracle GraalVM][graalvm], GraalVM [Community Edition (CE)][repo], [Enterprise Edition (EE)][graalvm-ee], or [Mandrel][mandrel], as well as [Native Image][native-image] and GraalVM components such as [Truffle languages][truffle-languages].
2+
This GitHub action sets up [Oracle GraalVM][graalvm-medium], GraalVM [Community Edition (CE)][repo], [Enterprise Edition (EE)][graalvm-ee], or [Mandrel][mandrel], as well as [Native Image][native-image] and GraalVM components such as [Truffle languages][truffle-languages].
33

44
## Key Features
55

@@ -15,7 +15,7 @@ This action:
1515
- has built-in support for GraalVM components and the [GraalVM Updater][gu]
1616

1717

18-
## Migrating from GraalVM 22.3 or earlier to the new GraalVM for JDK 17 and later
18+
## Migrating from GraalVM 22.3 or Earlier to the New GraalVM for JDK 17 and Later
1919

2020
The new [GraalVM for JDK 17 and JDK 20 release](https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5) aligns the GraalVM version scheme with OpenJDK.
2121
As a result, this action no longer requires the `version` option to select a specific GraalVM version.
@@ -198,6 +198,7 @@ Only pull requests from committers that can be verified as having signed the OCA
198198
[gu]: https://www.graalvm.org/reference-manual/graalvm-updater/
199199
[graalvm]: https://www.graalvm.org/
200200
[graalvm-dl]: https://www.oracle.com/java/technologies/downloads/
201+
[graalvm-medium]: https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5
201202
[graalvm-ee]: https://www.oracle.com/downloads/graalvm-downloads.html
202203
[mandrel]: https://github.com/graalvm/mandrel
203204
[mandrel-releases]: https://github.com/graalvm/mandrel/releases

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.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function run(): Promise<void> {
5555
case '':
5656
if (javaVersion === c.VERSION_DEV) {
5757
core.info(
58-
`This build is using the GraalVM Community Edition. To select a specific distribution, use the 'distribution' option (see https://github.com/graalvm/setup-graalvm/tree/main#options).`
58+
`This build is using GraalVM Community Edition. To select a specific distribution, use the 'distribution' option (see https://github.com/graalvm/setup-graalvm/tree/main#options).`
5959
)
6060
graalVMHome = await graalvm.setUpGraalVMJDKDevBuild()
6161
} else {

0 commit comments

Comments
 (0)