mirror of
https://github.com/actions/setup-java.git
synced 2024-08-16 10:19:51 +02: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/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
check-latest: true
|
||||
- run: java HelloWorldApp.java
|
||||
|
|
Loading…
Reference in a new issue