1
0
Fork 0
mirror of https://github.com/actions/setup-java.git synced 2024-08-16 10:19:51 +02:00

Update action to node20

This commit is contained in:
Tatyana Kostromskaya 2023-11-16 15:17:45 +00:00
parent 78078da0cd
commit 2fb334be5e

View file

@ -78,6 +78,6 @@ outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
runs:
using: 'node16'
using: 'node20'
main: 'dist/setup/index.js'
post: 'dist/cleanup/index.js'