Skip to content

Conversation

@jhlegarreta
Copy link
Member

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.

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.
Copy link
Member

@thewtex thewtex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@thewtex thewtex merged commit e82cfd0 into InsightSoftwareConsortium:main Jan 4, 2023
@jhlegarreta jhlegarreta deleted the BumpGitHubActionsVersions branch January 4, 2023 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants