The turbo cache on the CI has a storage leak - it grows indefinitely as new entries are being added but never removed. Our current cache is 6GB large and keeps growing. The issue on turborepo's github is still open so an alternative action is used that leverages github actions' cache layer
In this PR