corona-warn-app / cwa-documentation

Project overview, general documentation, and white papers. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
3.29k stars 345 forks source link

Resolve workflow deprecation notice #925

Closed MikeMcC399 closed 1 year ago

MikeMcC399 commented 1 year ago

This PR resolves an issue where https://github.com/corona-warn-app/cwa-documentation/actions/workflows/checks.yml shows the deprecation notice:

"Build

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: actions/checkout, actions/setup-node, actions/setup-node, actions/checkout"

by updating

cwa-documentation/actions as follows:


Internal Tracking ID: EXPOSUREAPP-14242

dsarkar commented 1 year ago

@MikeMcC399 Thanks!