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

CI workflows maintenance #797

Open
TomerFi opened this issue Aug 12, 2024 · 0 comments
Open

CI workflows maintenance #797

TomerFi opened this issue Aug 12, 2024 · 0 comments
Assignees
Labels
type: enhancement New feature or request

Comments

@TomerFi
Copy link
Owner

TomerFi commented Aug 12, 2024

What did you have in mind?

Our CI workflows require some maintenance. We're seeing warnings in our various workflow runs about old Action versions:

The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, zcong1993/[email protected], actions/setup-python@v4, actions/cache@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

This is a side-effect of removing dependabot more than a year ago. See b2e5681.

We also noticed that the various workflows are slower, and caches are invalidated frequently. This is a side effect of having poetry update the dependencies on installation (--no-update flag available) and not using the latest versions.

We should consider reintroducing dependabot to this project.

Are you trying to fix a problem?

No response

Any lead on how this feature can be implemented?

No response

@TomerFi TomerFi added the type: enhancement New feature or request label Aug 12, 2024
@TomerFi TomerFi self-assigned this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant