mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 09:51:47 +00:00
changes
This commit is contained in:
parent
e49af6df2e
commit
d5ed5f6ee6
@ -1,4 +1,4 @@
|
|||||||
nnname: 'Setup Java JDK'
|
name: 'Setup Java JDK'
|
||||||
description: 'Set up a specific version of the Java JDK and add the
|
description: 'Set up a specific version of the Java JDK and add the
|
||||||
command-line tools to the PATH'
|
command-line tools to the PATH'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
@ -78,6 +78,6 @@ outputs:
|
|||||||
cache-hit:
|
cache-hit:
|
||||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||||
runs:
|
runs:
|
||||||
using: 'node21'
|
using: 'node20'
|
||||||
main: 'dist/setup/index.js'
|
main: 'dist/setup/index.js'
|
||||||
post: 'dist/cleanup/index.js'
|
post: 'dist/cleanup/index.js'
|
||||||
|
Loading…
Reference in New Issue
Block a user