You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The github actions in ci.yml are a bit outdated. I propose bumping to their latest versions, which will also allow some simplification to dependency caching since the setup-python action now leverages the cache action, allowing for less boilerplate in the workflow file.
I also propose adding a .github/dependabot.yml file to check for github action updates on a monthly basis.
The text was updated successfully, but these errors were encountered:
The github actions in
ci.yml
are a bit outdated. I propose bumping to their latest versions, which will also allow some simplification to dependency caching since the setup-python action now leverages the cache action, allowing for less boilerplate in the workflow file.I also propose adding a
.github/dependabot.yml
file to check for github action updates on a monthly basis.The text was updated successfully, but these errors were encountered: