python-rope / rope

a python refactoring library
GNU Lesser General Public License v3.0
1.96k stars 164 forks source link

Update github workflows #786

Closed lieryan closed 7 months ago

lieryan commented 7 months ago

Description

Fixes Github Actions warning of using outdated Nodejs versions:

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

Checklist (delete if not relevant):

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.88%. Comparing base (3ad5861) to head (8e125a9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #786 +/- ## ======================================= Coverage 94.88% 94.88% ======================================= Files 135 135 Lines 26403 26403 ======================================= Hits 25053 25053 Misses 1350 1350 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.