-
Notifications
You must be signed in to change notification settings - Fork 8
Update GitHub workflow actions to v4 for cache compatibility #4030
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
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.
Just a question, why do you use actions/checkout@v3
in some files while others have actions/checkout@v4
like in grid_client_test.yml?
@amiraabouhadid Good point. I updated them all to v4. Thanks. |
So check out to be v4, or v3? |
Good point. I updated all that I found to v4. Lmk if it's OK. Thanks. EDIT:
|
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.
For QA: some workflow can't be tested untill release
As actions/setup-node#1275 (comment), we need to merge it ASAP |
Description
This PR updates all GitHub Actions workflows to use
actions/setup-node@v4
andactions/checkout@v3
to be compatible with GitHub's new cache architecture that was deployed in February 2025.Related Issue