actions / setup-dotnet

Set up your GitHub Actions workflow with a specific version of the .NET core sdk
MIT License
919 stars 454 forks source link

Node.js 12 actions are deprecated. #420

Closed brian-pickens closed 1 year ago

brian-pickens commented 1 year ago

Description: Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-dotnet@v1.7.2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

Task version: 1.7.2

Platform:

Runner type:

Repro steps:
Simply run the action

Expected behavior: The action uses Node 16

Actual behavior: The action uses Node 12

nogic1008 commented 1 year ago

@brian-pickens please use v2 or higher

IvanZosimov commented 1 year ago

Hi, @brian-pickens 👋 As @nogic1008 stated, please use up-to-date version of setup-dotnet. Currently it's v3. I'm going to close this issue now, If you have any additional questions feel free to ping me.