-
Type: Task
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
As a Node.js engineer
I want to remove deprecation warnings from our actions
So that they continue working when support is dropped
Our actions run with this warning:
Annotations
1 warning
release_notes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
User Impact
- None
Dependencies
- All our github action yml files
Unknowns
- Can we upgrade the gh workflows we use without issue?
Acceptance Criteria
Implementation Requirements
- Ensure actions run without producing a warning about node 16
Testing Requirements
- None
Documentation Requirements
- None
Follow Up Requirements
- None
There are no Sub-Tasks for this issue.