PRQL / prql

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
https://prql-lang.org
Apache License 2.0
9.84k stars 216 forks source link

ci: Update to Node20 actions #4571

Closed richb-hanover closed 3 months ago

richb-hanover commented 3 months ago

Rather than use my richb-hanover/cargo (which will forever lag the proper versions), switch to clechasseur/rs-cargo which seems to be in active maintenance. This clears up the lion's share of "Node 16 is deprecated..." warnings during builds.

@clechasseur was also kind enough to update rustsec/audit-check@v1 to use Node 20 (it's v1.4.1 now). However, it appears that the upstream hasn't published that new action. There's an Issue in the repo requesting this.

Once that's complete, it looks as if all the warnings during nightly builds will have been eliminated.

max-sixty commented 3 months ago

Super, thanks a lot @richb-hanover !