mirror of
https://github.com/actions/setup-go.git
synced 2023-09-23 05:03:39 +00:00
feat: bump to use node20 runtime
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
883490dfd0
commit
8a505c9cf2
@ -25,7 +25,7 @@ outputs:
|
|||||||
cache-hit:
|
cache-hit:
|
||||||
description: 'A boolean value to indicate if a cache was hit'
|
description: 'A boolean value to indicate if a cache was hit'
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/setup/index.js'
|
main: 'dist/setup/index.js'
|
||||||
post: 'dist/cache-save/index.js'
|
post: 'dist/cache-save/index.js'
|
||||||
post-if: success()
|
post-if: success()
|
||||||
|
Loading…
Reference in New Issue
Block a user