refactor: update GitHub workflow dependencies#113
Conversation
romanc
left a comment
There was a problem hiding this comment.
LGTM 👍
Question: why is this PR (still) a draft?
Regarding the GHA caches: GitHub will delete cache entries that haven't been accessed within 7 days and we only ever create caches upon merging into develop. So I guess we lost caches over the holidays.
I am not sure if it is good practice, but I thought I would keep it in draft until I was sure the tests pass. |
For me, "draft PR" signals "not ready for review" unless explicitly requested (e.g. in scenarios where one would reach out for early feedback). This matches GitHub lingo, which would show a button "Ready for review" on draft PRs. This PR seemed done and "ready for review". |
|
Since we have not had a merge into |
+1 for merging this with admin powers |
oelbert
left a comment
There was a problem hiding this comment.
As long as things keep working
Description
This PR updates our GitHub workflows to use actions/checkout@v6, actions/setup-python@v6, and actions/cache@v5. Changes are minimal, but require a new minimal GHA runner version, which forces the major version bumps.
How Has This Been Tested?
Using currently implemented CI
Checklist: