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

Upgrade to actions/checkout@v3 #141

Closed dyollb closed 1 year ago

dyollb commented 1 year ago

What is the issue?

actions/checkout@v2 is using deprecated version of node.js

image

How to fix

Upgrade to v3 (actions/checkout@v3)

E.g. here

https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/blob/007b02afbbb7572e5b38eb808cf8027980eb36bb/.github/workflows/build-test-package.yml#L148

And here: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate/blob/007b02afbbb7572e5b38eb808cf8027980eb36bb/%7B%7Bcookiecutter.project_name%7D%7D/.github/workflows/clang-format-linter.yml#L10

thewtex commented 1 year ago

@dyollb 👍

Could a PR please be created?

thewtex commented 1 year ago

Closed via #146