-
-
Notifications
You must be signed in to change notification settings - Fork 692
CI GH Actions updates #2789
Copy link
Copy link
Closed
Description
According to recent warnings on unit tests:
cpu-tests (ubuntu-latest, 3.9, pytorch)
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/setup-python@v2, codecov/codecov-action@v1
we need to update versions for actions/setup-python@v2 and codecov/codecov-action@v1.
What to do:
- Find the latest version for
actions/setup-python@v2andcodecov/codecov-action@v1 - Update the version for all our GH actions workflows by searching in the codebase
- Please send a PR
Reactions are currently unavailable