actions / setup-dotnet

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

Deprecation warning due to Node 16 #478

Closed Piedone closed 9 months ago

Piedone commented 11 months ago

Description: Node 16 is now deprecated. Because of this, when using this action, you'll see warnings like below under your workflow runs:

image

Task version: v3.2.0

Platform:

Runner type:

Repro steps:
Any usage of this action.

Expected behavior: No deprecation warning is displayed.

Actual behavior: Deprecation warning is displayed.

dusan-trickovic commented 11 months ago

Hello, @Piedone! Thank you for creating this issue. We will look into it and see what can be done :)

Piedone commented 11 months ago

Thank you!

Salm3 commented 11 months ago

الوصف: تم الآن إهمال العقدة 16 . ولهذا السبب، عند استخدام هذا الإجراء، سترى تحذيرات كما هو موضح أدناه ضمن عمليات تشغيل سير العمل:

صورة

إصدار المهمة: v3.2.0

منصة:

  • [x] أوبونتو
  • [x] ماك
  • [x] شبابيك

نوع العداء:

  • [x] مستضاف
  • [x] استضافة ذاتية

خطوات إعادة الإنتاج: أي استخدام لهذا الإجراء.

السلوك المتوقع: لم يتم عرض أي تحذير بالإهمال.

السلوك الفعلي: يتم عرض تحذير الإهمال.

471

rdipardo commented 9 months ago

This can be closed since #484 has been merged into main.

dmitry-shibanov commented 9 months ago

Hello everyone. The new version of setup-dotnet with support of Node 20 was released in v4.0.0. For now I'm going to close the issue.