executablebooks / rst-to-myst

Convert ReStructuredText to MyST Markdown
https://rst-to-myst.readthedocs.io
MIT License
59 stars 10 forks source link

maintain: upgrade deprecated Node 12 GitHub actions to Node 16 actions (companion to PR #53) #54

Closed goxberry closed 1 year ago

goxberry commented 1 year ago

Some of the GitHub Actions used in the project CI workflow use Node 12 and are deprecated, as dicsussed in PR #53, which adds a Dependabot configuration to automatically scan the project CI configuration and submit pull requests that upgrade the GitHub Actions used by the project.

This pull request is a companion pull request to PR #53 that upgrades the GitHub Actions used in project CI to Node 16 actions, and will avoid having to wait for Dependabot to submit PRs that will make similar changes.

codecov[bot] commented 1 year ago

Codecov Report

Base: 84.48% // Head: 84.48% // No change to project coverage :thumbsup:

Coverage data is based on head (4c79081) compared to base (6cbc68a). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ======================================= Coverage 84.48% 84.48% ======================================= Files 10 10 Lines 1637 1637 ======================================= Hits 1383 1383 Misses 254 254 ``` | Flag | Coverage Δ | | |---|---|---| | pytests | `84.48% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

goxberry commented 1 year ago

Closing because this PR has been obsolesced by #56, #57, #58, and #59.