Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

jhlegarreta
Copy link
Member

Fix format linter and spell check workflow actions warnings linked to Node.js: bump actions/checkout to v4 and actions/setup-python to v5.

Fixes:

Node.js 16 actions are deprecated.
Please update the following actions to use Node.js 20:
actions/checkout@v3, actions/setup-python@v4.
For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

raised for example in:
https://github.com/InsightSoftwareConsortium/ITK/actions/runs/8655098674

PR Checklist

Fix format linter and spell check workflow actions warnings linked to
`Node.js`: bump `actions/checkout` to `v4` and `actions/setup-python` to
v5.

Fixes:
```
Node.js 16 actions are deprecated.
Please update the following actions to use Node.js 20:
actions/checkout@v3, actions/setup-python@v4.
For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```

raised for example in:
https://github.com/InsightSoftwareConsortium/ITK/actions/runs/8655098674
@github-actions github-actions bot added type:Infrastructure Infrastructure/ecosystem related changes, such as CMake or buildbots type:Enhancement Improvement of existing methods or implementation labels Apr 12, 2024
@dzenanz dzenanz requested a review from thewtex April 12, 2024 01:30
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.

💯

@hjmjohnson hjmjohnson merged commit 95b8a6f into InsightSoftwareConsortium:master Apr 12, 2024
14 checks passed
@jhlegarreta jhlegarreta deleted the BumpActionsCheckout branch April 12, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Enhancement Improvement of existing methods or implementation type:Infrastructure Infrastructure/ecosystem related changes, such as CMake or buildbots
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants