Update action.yml
This commit is contained in:
parent
3a6cf540a8
commit
7d97752a2b
|
@ -27,7 +27,7 @@ outputs:
|
|||
cache-hit:
|
||||
description: 'A boolean value to indicate if a cache was hit'
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
|
|
Loading…
Reference in New Issue