CI is failing due to use of deprecated actions/cache@v2. GitHub dropped support for it on in February 2025.
Error:
This request has been automatically failed because it uses a deprecated version of `actions/cache: v2`.
Fix
Update your workflow to use:
or
More info