fbactions / setup-winsdk

Sets up a specific version of the Windows 10 SDK
MIT License
12 stars 3 forks source link

Update to node16 required #36

Closed christoph-nimagna closed 11 months ago

christoph-nimagna commented 11 months ago

Github reports a warning when using this:

The following actions uses node12 which is deprecated and will be forced to run on node16: fbactions/setup-winsdk@v1.3.0.

Could you please update the workflow action?

friederbluemle commented 11 months ago

Hi @christoph-nimagna - Thanks for the report! New version will be available shortly!

friederbluemle commented 11 months ago

The new version should be available now. To be safe, I decided to move to v2 with these changes (the first commits in the repo in over a year).

Could you test to see if everything works as expected? In your workflow file, change:

-- uses: fbactions/setup-winsdk@v1
+- uses: fbactions/setup-winsdk@v2
christoph-nimagna commented 11 months ago

@friederbluemle - works like a charm! Thanks for the swift fix and for maintaining this build action! 💪 🚀