SIGN IN SIGN UP

chore(release): Revert caching changes (#2949)

#### Summary

This reverts https://github.com/cloudquery/cloudquery/pull/2909 and https://github.com/cloudquery/cloudquery/pull/2925, as caching in [GitHub Actions doesn't work as I expected](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache). 
TLDR: PRs can use the cache of the base branch, or their own branch, but the base branch doesn't share the cache of a PR branch.
This means we benefit from a cache only after merging a PR and building it on the `main` branch
 

<!--
E
Erez Rokah committed
d2a04d57212c235c63447528ce78ee801ebae6af
Parent: afa7bdd
Committed by GitHub <noreply@github.com> on 10/18/2022, 9:35:33 AM