Description:
I've been using this action without an issue until a few days ago. Currently having this error while trying to setup Python 3.9.11. I have the same error with other Python versions.
Error: Version 3.9.11 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
Saw this comment under another issue and it seems related #162 (comment)
Action version:
actions/setup-python@v4
Platform:
Runner type:
Tools version:
3.9.11
3.9.7
Repro steps:
A job that runs-on: ubuntu-latest. Using the action in a step as this
- name: Setup Python
id: setup-python
uses: actions/setup-python@v4
with:
python-version: 3.9.11
Expected behavior:
Sets up Python without an issue
Actual behavior:
Receiving this error
Error: Version 3.9.11 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
Description:
I've been using this action without an issue until a few days ago. Currently having this error while trying to setup Python 3.9.11. I have the same error with other Python versions.
Saw this comment under another issue and it seems related #162 (comment)
Action version:
actions/setup-python@v4
Platform:
Runner type:
Tools version:
3.9.11
3.9.7
Repro steps:
A job that
runs-on: ubuntu-latest. Using the action in a step as thisExpected behavior:
Sets up Python without an issue
Actual behavior:
Receiving this error