mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-04-05 06:49:48 +00:00
Upgrade Node to v20 (#484)
* Node Version upgrade to 20 * 4.0.0 * Action Files upgrade to 20 * Updated version for outdated * Update Format check * Auth Test file update
This commit is contained in:
@ -30,7 +30,7 @@ outputs:
|
||||
dotnet-version:
|
||||
description: 'Contains the installed by action .NET SDK version for reuse.'
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
|
Reference in New Issue
Block a user