bloomberg / blazingmq-sdk-python

Python SDK for BlazingMQ, a modern high-performance open source message queuing system.
https://bloomberg.github.io/blazingmq/
Apache License 2.0
24 stars 6 forks source link

Update GitHub Actions to use Node.js 20 #21

Closed pniedzielski closed 8 months ago

pniedzielski commented 8 months ago

When running the build-wheels.yml GitHub Action, we see warnings about using out-of-date steps, which use Node.js 16. We should instead use later versions of these GitHub Actions steps, which use the newer Node.js version 20, where possible.