-
Notifications
You must be signed in to change notification settings - Fork 702
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working