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

chore(ci): Update github actions to use Node.js 20 compatible versions #526

Closed
spencer-tb opened this issue Apr 25, 2024 · 4 comments · Fixed by #527
Closed

chore(ci): Update github actions to use Node.js 20 compatible versions #526

spencer-tb opened this issue Apr 25, 2024 · 4 comments · Fixed by #527
Assignees
Labels
scope:ci Scope: Continuous Integration type:chore Type: Chore

Comments

@spencer-tb
Copy link
Collaborator

Almost all of our workflow show the following warning message.

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, actions/setup-python@v4, DavidAnson/markdownlint-cli2-action@v11. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

These must be updated by "Spring 2024". Please see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

@spencer-tb spencer-tb added scope:ci Scope: Continuous Integration type:chore Type: Chore labels Apr 25, 2024
@spencer-tb spencer-tb self-assigned this Apr 25, 2024
@spencer-tb
Copy link
Collaborator Author

spencer-tb commented Apr 25, 2024

.github/workflows/test.yaml requires:

@spencer-tb
Copy link
Collaborator Author

spencer-tb commented Apr 25, 2024

.github/workflows/fixtures.yaml requires:

@spencer-tb
Copy link
Collaborator Author

spencer-tb commented Apr 25, 2024

.github/workflows/docs*.yaml requires:

@spencer-tb
Copy link
Collaborator Author

spencer-tb commented Apr 26, 2024

.github/actions/build*.yaml requires:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:ci Scope: Continuous Integration type:chore Type: Chore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant