-
Notifications
You must be signed in to change notification settings - Fork 188
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
Update actions using old Node version #1111
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking the initiative on this!
If the goal is to remove all the warnings, we should also:
- Bump
actions/setup-python
to usingv5
- Bump
tj-actions/changed-files
tov44
We should also build the demos as part of this PR just to be safe
Thank you for opening this pull request. You can find the built site at this link. Deployment Info:
Note: It may take several minutes for updates to this pull request to be reflected on the deployed site. |
@rashidnhm this is ready for another look. See the note above about the upload/download artifact actions. May need you to tackle those. |
Many of our old actions use Node 16, which is deprecated in GitHub Actions. Bumping:
actions/checkout
to v4actions/setup-python
to v5actions/changed-files
to v44actions/cache
to v3.2.2 (latest)I have not bumped
actions/upload-artifact
oractions/download-artifact
as v4 has breaking API changes and I will definitely mess that up.