openaire / guidelines-cris-managers

OpenAIRE Guidelines for CRIS Managers based on CERIF-XML
https://openaire-guidelines-for-cris-managers.readthedocs.io/
6 stars 16 forks source link

Upgrade Github Actions components from v2 to v3 #145

Closed jdvorak001 closed 1 year ago

jdvorak001 commented 1 year ago

In order to get rid of a warning about an unsupported version of Node.js we follow the advice and upgrade the versions of the compontents:

  1. actions/checkout from v2 (currently on v2.7.0) to v3 (currently on v3.5.2)
  2. actions/setup-java from v2 (currently on v2.5.1) to v3 (currently on v3.11.0)
jdvorak001 commented 1 year ago

The original warning,

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-java@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

is now gone.

jdvorak001 commented 1 year ago

And the merge build is also free of the warning. Great!