swift-project / pilotclient

Cross-platform cross-simulator pilot client for virtual air traffic networks
https://swift-project.org
GNU General Public License v3.0
91 stars 26 forks source link

Fix Node.js version warning for CI notify job #201

Closed ltoenning closed 1 year ago

ltoenning commented 1 year ago

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: satackey/action-js-inline@v0.0.2.

This is only used to get the release URL for the discord notification. We could use the Octokit Request action [1] with route [2].

[1] https://github.com/marketplace/actions/GitHub-API-Request [2] https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#get-a-release--parameters

ltoenning commented 1 year ago

Fixed with https://github.com/swift-project/pilotclient/commit/2bdcaabfb7af38047fd5de1b08f7e094cbdc99d0.