We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a8483 commit 3c69e15Copy full SHA for 3c69e15
README.md
@@ -157,17 +157,17 @@ jobs:
157
### Install multiple JDKs
158
```yaml
159
steps:
160
- - uses: actions/setup-java@v1
+ - uses: actions/setup-java@v3
161
with:
162
java-version: 8
163
- run: echo "JAVA_8=$JAVA_HOME" >> $GITHUB_ENV
164
165
166
167
java-version: 11
168
- run: echo "JAVA_11=$JAVA_HOME" >> $GITHUB_ENV
169
170
171
172
java-version: 15
173
- run: echo "JAVA_15=$JAVA_HOME" >> $GITHUB_ENV
0 commit comments