Simplified caching in Github actions configuration.#694
Simplified caching in Github actions configuration.#694mjpieters merged 1 commit intoaio-libs:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #694 +/- ##
=======================================
Coverage 99.73% 99.73%
=======================================
Files 4 4
Lines 750 750
Branches 170 170
=======================================
Hits 748 748
Misses 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
dbe35ec to
af8b25f
Compare
|
I rebased from the |
af8b25f to
55bac8a
Compare
|
Rebased again. |
|
Hi 👋! Thank you 🙏 for improving the workflows here! I agree this is a good change, so I tried to rebase it and add a CHANGES entry, but I don’t think you ticked the “allow updates from the maintainers” checkbox on the PR so I can’t do so here. Could you please rebase one more time and add a |
55bac8a to
6bf9350
Compare
|
Never mind, the permissions issue was entirely down to my own gh command line token needing an update. This will be merged as soon as the checks complete! |
|
Thanks for merging 👍 |
What do these changes do?
This bumps
checkoutandsetup-pythonversions in the GitHub actions configuration to v3 and simplifies dependency caching.Are there changes in behavior for the user?
No.
Related issue number
No.
Checklist
CHANGESfolder<issue_id>.<type>(e.g.588.bugfix)issue_idchange it to the pr id after creating the PR.feature: Signifying a new feature..bugfix: Signifying a bug fix..doc: Signifying a documentation improvement..removal: Signifying a deprecation or removal of public API..misc: A ticket has been closed, but it is not of interest to users.Fix issue with non-ascii contents in doctest text files.