hyperledger-cacti / cacti

Hyperledger Cacti is a new approach to the blockchain interoperability problem
https://wiki.hyperledger.org/display/cactus
Apache License 2.0
344 stars 286 forks source link

ci(github): upgrade actions/github-script to 7.0.1 project-wide #3458

Closed petermetz closed 3 months ago

petermetz commented 3 months ago

Description

Address the following deprecation notice coming from GitHub by upgrading the action to the latest stable release at the time of this writing:

yarn_lint The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/github-script@v6.4.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Acceptance Criteria

  1. CI still passes,
  2. If there were breaking changes due to the major version upgrade of the action, they are fixed, project-wide.