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

CI: Update GitHub Actions to use Node.js 20 #22

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

pniedzielski
Copy link
Collaborator

Our CI has been admonishing us to use more recent versions of certain GitHub Actions, like actions/checkout, which are built on Node.js version 20 instead of the older Node.js version 16. This transition is documented here.

This patch updates the actions we can to ones that are built on Node.js 20:

  • actions/checkout@v3actions/checkout@v4
  • actions/upload-artifact@v3actions/upload-artifact@v4
  • actions/download-artifact@v3actions/download-artifact@v4
  • actions/setup-python@v4actions/setup-python@v5
  • docker/setup-qemu-action@v2actions/setup-qemu-action@v3

This patch also uses this opportunity to update our dependency on pypa/cibuildwheel from v2.15.0 to the latest version, v2.16.2.

Closes: #21

Our CI has been admonishing us to use more recent versions of certain GitHub
Actions, like `actions/checkout`, which are built on Node.js version 20 instead
of the older Node.js version 16.  This transition is documented
[here][actions-transition].

This patch updates the actions we can to ones that are built on Node.js 20:

  - `actions/checkout@v3`          → `actions/checkout@v4`
  - `actions/upload-artifact@v3`   → `actions/upload-artifact@v4`
  - `actions/download-artifact@v3` → `actions/download-artifact@v4`
  - `actions/setup-python@v4`      → `actions/setup-python@v5`
  - `docker/setup-qemu-action@v2`  → `actions/setup-qemu-action@v3`

This patch also uses this opportunity to update our dependency on
`pypa/cibuildwheel` from `v2.15.0` to the latest version, `v2.16.2`.

[actions-transition]: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Signed-off-by: Patrick M. Niedzielski <[email protected]>
@pniedzielski pniedzielski added the skip news No news entry is required label Jan 25, 2024
@pniedzielski pniedzielski requested a review from a team as a code owner January 25, 2024 21:03
@pniedzielski pniedzielski merged commit 4944dcf into bloomberg:main Jan 26, 2024
11 checks passed
@pniedzielski pniedzielski deleted the gh-actions-node-20 branch February 7, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news No news entry is required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update GitHub Actions to use Node.js 20
2 participants