alexwlchan / dominant_colours

A CLI tool to find the dominant colours in an image 🎨
https://dominant-colours.glitch.me
MIT License
91 stars 4 forks source link

Upgrade to non-deprecated GitHub Actions #34

Closed alexwlchan closed 6 months ago

alexwlchan commented 6 months ago

e.g. actions-rs/toolchain has been archived and is no longer maintained, so I should find out what the current best practice is.

alexwlchan commented 6 months ago

As part of this, I should investigate whether I can do caching of my Cargo dependencies.