@@ -9,7 +9,7 @@ JDKs built by Oracle are [Oracle JDK](https://www.oracle.com/java/technologies/d
99| Input Name | Default Value | Description |
1010| -----------------------| --------------:| -----------------------------------------------------------------|
1111| ` website ` | ` oracle.com ` | From where the JDK should be downloaded from. |
12- | ` release ` | ` 20 ` | Java feature release number or name of an Early-Access project. |
12+ | ` release ` | ` 21 ` | Java feature release number or name of an Early-Access project. |
1313| ` version ` | ` latest ` | An explicit version of a Java release. |
1414| ` install ` | ` true ` | Install the downloaded JDK archive file. |
1515| ` install-as-version ` | _ empty_ | Control the value passed as ` java-version ` |
@@ -35,7 +35,7 @@ Following values are supported:
3535### Input ` release `
3636
3737The ` release ` input denotes a Java feature release number (` 17 ` , ` 18 ` , ...) or a name of an Early-Access project (` loom ` , ...).
38- It defaults to the current General-Availability Release for the Java SE platform., which is ` 20 ` as of today.
38+ It defaults to the current General-Availability Release for the Java SE platform., which is ` 21 ` as of today.
3939
4040Note that websites may offer a different set of available releases.
4141For example, ` oracle.com ` only offers releases of ` 17 ` and above; it does not offer any Early-Access releases.
@@ -91,11 +91,11 @@ The following examples use the [JDK Script Friendly URLs](https://www.oracle.com
9191
9292``` yaml
9393steps :
94- - name : ' Set up latest Oracle JDK 17 '
94+ - name : ' Set up latest Oracle JDK 21 '
9595 uses : oracle-actions/setup-java@v1
9696 with :
9797 website : oracle.com
98- release : 17
98+ release : 21
9999` ` `
100100
101101### Download and install a specific version of Oracle JDK
@@ -151,7 +151,7 @@ These include the following labels: `ubuntu-latest`, `macos-latest`, and `window
151151
152152# # More information
153153
154- Make sure to check [the annoucement and the FAQ](https://inside.java/2022/03/11/setup-java/) on Inside Java.
154+ Make sure to check [the announcement and the FAQ](https://inside.java/2022/03/11/setup-java/) on Inside Java.
155155
156156# # Status
157157
0 commit comments