siemens / cmp-ra-component

A CMP Registration Authority (RA)
Apache License 2.0
2 stars 5 forks source link

github actions: Node.js 16 actions are deprecated #101

Closed kiron-mx closed 2 weeks ago

kiron-mx commented 3 months ago

When running the github workflow code_quality.yml, the following warning occurs:

Node.js 16 actions are deprecated.

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

Solution might be: upgrade actions to *@v4

ralienpp commented 2 weeks ago

Fixed in https://github.com/siemens/cmp-ra-component/pull/113