/kind user-story ## Which area this user story is related to? <!-- Uncomment appropriate `/area` lines, and delete the rest. For example, `> /area api` would simply become: `/area api` --> /area api ## User Story As a devfile developer I want to my github actions updated to the latest, supported Node.js v16 so that my CI workflow will not be disrupted ## Acceptance Criteria <!-- Decide which specific steps need to be completed, outline subtasks. --> - [ ] Scan the repo actions to determine if the latest runs have Node.js deprecation warnings. E.g. https://github.com/devfile/api/actions/runs/4808019769 - [ ] Fix the actions by following this blog: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. - [ ] Ensure we are pinning the updates to the commit hash: https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions
/kind user-story
Which area this user story is related to?
/area api
User Story
As a devfile developer I want to my github actions updated to the latest, supported Node.js v16 so that my CI workflow will not be disrupted
Acceptance Criteria