mirror of
https://github.com/gradle/wrapper-validation-action.git
synced 2025-04-20 06:09:19 +08:00
update node from node16 to node20
This commit is contained in:
parent
342dbebe72
commit
b914ab8fad
@ -12,8 +12,7 @@ inputs:
|
||||
required: false
|
||||
default: 'false'
|
||||
allow-checksums:
|
||||
description: 'Accept arbitrary user-defined checksums as valid. Comma separated list of SHA256 checksums (lowercase hex).'
|
||||
required: false
|
||||
description: 'Accept arbitrary user-defined checksums as valid. Comma separated list of SHA256 checksums (lowercase hex).' required: false
|
||||
default: ''
|
||||
|
||||
outputs:
|
||||
@ -21,7 +20,7 @@ outputs:
|
||||
description: The path of the Gradle Wrapper(s) JAR that failed validation.
|
||||
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
||||
branding:
|
||||
|
Loading…
x
Reference in New Issue
Block a user