shnewto / bnf

Parse BNF grammar definitions
MIT License
256 stars 22 forks source link

update deprecated github actions #114

Closed CrockAgile closed 1 year ago

CrockAgile commented 1 year ago

Github actions has started giving warnings that some actions in use are out of date. Let's see if updating these actions fixes the warnings!

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 92.873% when pulling a8a638cb5ece715f05a3f862f2f8e6ada5e05a00 on update-deprecated-actions into 3aa208e71c315de9fec8991cad03a45139322e96 on main.

CrockAgile commented 1 year ago

Okay so turns out no, does not fix deprecation warnings. It looks like actions-rs has not fixed the issue (https://github.com/actions-rs/toolchain/issues/221).

To be clear, it is okay they are not fixing it right away! Open source does not mean they owe us their time. But seems like we may need to look for alternatives.

In the mean time, I will still merge this since it had a passing coverage.