mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
Update README.md (#391)
This commit is contained in:
parent
fbb269240e
commit
a82e6d0020
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'temurin'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- run: java HelloWorldApp.java
|
- run: java HelloWorldApp.java
|
||||||
|
|
Loading…
Reference in a new issue