-
Notifications
You must be signed in to change notification settings - Fork 613
Cache service responded with 422 #1085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We are also seeing this error in our workflows:
|
I also faced the same issue while using actions/setup-python@v3. |
Hello👋, thanks for reporting this issue! The error is occurring because To fix this and prevent any further caching problems, please update your workflows to use For more details, you can refer to the discussion here: actions/toolkit#1890. Feel free to reach out if you need further assistance or clarification! |
great thanks for the explanation! upgrading to |
@priya-kinthali Thanks for the clarification, will try that out. |
Upgrading to v5, fixed it 🥳 |
Per actions/setup-python#1085 Should resolve the recent build failures
Per actions/setup-python#1085 Should resolve the recent build failures Test plan: CI should pass
v2 is broken, see actions/setup-python#1085. Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
v2 is broken, see actions/setup-python#1085. Signed-off-by: Nils Wistoff <nwistoff@iis.ee.ethz.ch>
Description:
Hello guys :)
We have been using this action extensively in our repo: https://github.com/ccxt/ccxt/blob/master/.github/workflows/python.yml
but we constantly face this "Cache service responded with 422" as you can see in the image
build with this error: https://github.com/ccxt/ccxt/actions/runs/14494405787/job/40658967886?pr=25731
Action version:
v2
Platform:
Runner type:
Tools version:
Python 3.1.11
Repro steps:
Check our public repo: https://github.com/ccxt/ccxt/blob/master/.github/workflows/python.yml
Expected behavior:
Python to be installed
Actual behavior:
422 error
Thanks for your work!
The text was updated successfully, but these errors were encountered: