mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03: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!