mirror of
http://43.153.184.91:8080/https://github.com/actions/setup-go.git
synced 2026-01-27 11:12:45 +08:00
Fix Node.js version in action.yml (#691)
It looks like the Node.js version specified in action.yml was left behind when we upgraded the project to Node.js 24. This commit updates action.yml to reflect the correct Node.js version.
This commit is contained in:
parent
4aaadf4266
commit
02aadfee7f
@ -25,7 +25,7 @@ outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate if a cache was hit'
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: 'node24'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user