Update GitHub Actions dependencies#209
Conversation
amureki
left a comment
There was a problem hiding this comment.
Awesome, good catch!
We also can set up Dependabot to take care of these automatically.
I'm happy to hear that. If there is a chance to install a dependecy updater (or whatever you call that concept), I'd recommend installing Renovate. Dependabot is not doing well with the modern Python ecosystem, and it doesn't support pre-commit and custom dependencies yet. |
|
Do tests work okay on master? I'm having the same failure on #208 too and it seems it doesn't relate to the changes in these PRs. |
Right, something is odd there... I am not yet available to check it properly, but it might be due to the parallelization of the jobs. |
|
I only could come up with a workaround right now, #210 |
I saw some outdated dependencies while working on #207, then I saw
actions/checkoutbeing updated (and a request change for a even newer version) in #206. It felt better as a separate PR.