InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 16 forks source link

ENH: Fix workflow actions warnings linked to `Node.js` #147

Closed jhlegarreta closed 1 year ago

jhlegarreta commented 1 year ago

Fix workflow actions warnings linked to `Node.js: bump miscellaneous GitHub actions versions in workflow.

Fixes:

build-test-cxx (windows-2022)
Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16: lukka/get-cmake@v3.22.2

and

build-test-cxx (windows-2022)
The `set-output` command is deprecated and will be disabled soon.
Please upgrade to using Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

raised for example in: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/actions/runs/3669019278

Left behind in 2c1a717.