We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The GitHub Actions builds have recently started failing during the actions/setup-python@v3 stage with the following error:
actions/setup-python@v3
Run actions/setup-python@v3 with: python-version: 3.13 cache: pip cache-dependency-path: pyproject.toml token: *** env: RELEASE_VERSION: v0.3.0-4-gc368ea8 Successfully setup CPython (3.13.2) Error: Cache service responded with 422
It looks like the error is related to the package caching.
Searching around I found this related issue here:
actions/setup-python#1085
Currently I'm trying increasing the version of actions/setup-python to the most recent version v5 to see if that helps.
actions/setup-python
v5
The text was updated successfully, but these errors were encountered:
Updating to actions/setup-python@v5 in 22c7886 seems to have fixed this issue.
actions/setup-python@v5
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
The GitHub Actions builds have recently started failing during the
actions/setup-python@v3
stage with the following error:It looks like the error is related to the package caching.
Searching around I found this related issue here:
actions/setup-python#1085
Currently I'm trying increasing the version of
actions/setup-python
to the most recent versionv5
to see if that helps.The text was updated successfully, but these errors were encountered: