Revert "codemod: replace `revalidate(Tag|Path)` to `expire(Tag|Path)`" (#73269)
### Why?
Follow-up of https://github.com/vercel/next.js/pull/73193, as we
undeprecate revalidate APIs, the codemod should be reverted as well.
Fortunately, there were no docs change.
Reverts vercel/next.js#72826