talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia.watch
MIT License
128 stars 62 forks source link

Updates actions #141

Closed sr-gi closed 1 year ago

sr-gi commented 1 year ago

Motivation

GH seems to have changed the way caches are handled and the old action caches are gone. Our CLN cache does not build anymore with the old actions (things used to work due to the old cache being restored).

Some actions are using deprecated stuff, update them. The only missing thing to be updated is actions-rs/toolchail, but there is no new version of it.

This is already been tracked, but looks like the project is not maintained:

https://github.com/actions-rs/toolchain/issues/219 https://github.com/actions-rs/toolchain/issues/221

If this ends up being an issue, we can manually install rust: https://github.com/actions-rs/toolchain/issues/216#issuecomment-1291613319

sr-gi commented 1 year ago

@mariocynicys should be OK now