halfgaar / FlashMQ

FlashMQ is a fast light-weight MQTT broker/server, designed to take good advantage of multi-CPU environments
https://www.flashmq.org/
Open Software License 3.0
174 stars 24 forks source link

Fix deprecation warnings from CI #19

Closed quinox closed 1 year ago

quinox commented 1 year ago

This fixes the warnings shown on the CI build summary (example):

shellcheck Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2

There's also a warning about Ubuntu 18 officially deprecated and being dropped by 2023/04/01 (Ticket 6002), this PR doesn't address that point.