rathena/rathena

Actions Deprecation Warning: NodeJS

Closed this issue · 0 comments

rAthena Hash

a9a8b0d

Client Date

N/A

Server Mode

Pre-Renewal, Renewal

Result

In all Github Actions where we use actions/checkout at a lower versioned tag than v3 a deprecation notice is displayed.

Relevant Log Output

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Expected Result

No deprecation warning..

How to Reproduce

Run any of our Actions.

Official Information

N/A

Modifications that may affect results

No response