Skip to content

Minor python version varies #1286

@SRFU-NN

Description

@SRFU-NN

Description:
When using the action to setup python 3.10, we sometimes get 3.10.19 and sometimes 3.10.20

Action version:
actions/setup-python@v6

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:
3.10

Repro steps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
id: setup-python
with:
python-version: "3.10"

Expected behavior:
Always get the latest minor version, currently 3.10.20

Actual behavior:
We sometimes get python 3.10.19, and sometimes 3.10.19. A rerun of the job can change it. We haven't found any system in which version we get.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions