mirror of
https://git.studyfor.work/actions/setup-go.git
synced 2026-05-04 10:10:03 -04:00
fix: change using to node20
This commit is contained in:
parent
78961f6f84
commit
915f9f727d
@ -27,7 +27,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: 'node24'
|
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…
x
Reference in New Issue
Block a user