List and prune caches github-actions

Find the biggest Actions caches and delete stale ones to free quota

gh cache list --sort size_in_bytes --order desc; gh cache delete <id>
more github-actions all 7 commands →