-
Notifications
You must be signed in to change notification settings - Fork 7
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 Node version in actions #414
Comments
Consider pining these to run on latest, rather than a specific version. Also consider a better testing process (and backlog a ticket for this). |
Better testing process can be covered in the existing #416 |
I'm documenting all Node.js 16 warning for all GH action runs: schema-bq.yml
ci-lint-validate-convert.yml
model-integrity-checks.yml
|
@adamjtaylor I did some reading at it sounds like actions need to be pinned either to a specific tag or a branch and it's up to the developers to create and maintain a "latest" branch/tag. I'm not seeing "latest" as a tag or branch either For reference: https://github.com/marketplace/actions/latest-tag I will move forward with updating actions to the latest available version tags |
The text was updated successfully, but these errors were encountered: