Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update actions to latest releases #253

Merged
merged 2 commits into from Jul 20, 2022

Conversation

matthewfeickert
Copy link
Contributor

@matthewfeickert matthewfeickert commented Jul 16, 2022

This is to update things before adding dependabot for just keeping actions updated. If I did dependabot first then you'd get hit with a bunch of PRs all at once.

  • Use Python 3.x to get latest supported CPython
  • Update checkout action to v3
  • Update setup-python to v4
  • Update cache action to v3
  • Update codecov-action action to v3

* Update checkout action to v3
* Update setup-python to v4
* Update cache action to v3
* Update codecov-action action to v3
@@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9.x"]
python-version: ["3.x"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might have had a reason to keep this at 3.9 but matplotlib is very good about keeping up with CPython releases.

@matthewfeickert
Copy link
Contributor Author

@ianhi this is ready for review.

@codecov
Copy link

codecov bot commented Jul 16, 2022

Codecov Report

Merging #253 (0ff6248) into main (6d71611) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #253   +/-   ##
=======================================
  Coverage   70.48%   70.48%           
=======================================
  Files          11       11           
  Lines        1667     1667           
=======================================
  Hits         1175     1175           
  Misses        492      492           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d71611...0ff6248. Read the comment docs.

@ianhi ianhi merged commit 4e36a37 into mpl-extensions:main Jul 20, 2022
@ianhi
Copy link
Collaborator

ianhi commented Jul 20, 2022

thanks!

@matthewfeickert matthewfeickert deleted the chore/update-actions branch July 20, 2022 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants