mirror of
https://github.com/Textualize/textual.git
synced 2026-03-27 02:28:23 +00:00
I noticed looking at recent workflow runs that there's a number of warnings where the cache has failed to save/restore. Apparently old versions of the actions cache service are now deprecated (https://github.com/actions/setup-python/pull/1007). Bumping actions/setup-python to v5 should hopefully fix the caching and help speed up CI runs!