<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 ---> <!--- Before opening up a new bug report, please make sure to check for similar existing issues --> **Description:** A clear and concise description of what the bug is.  https://github.com/home-assistant/core/actions/runs/9442844577/job/26006478894?pr=119255 **Action version:** Specify the action version actions/setup-python@v5.1.0 **Platform:** - [x] Ubuntu - [ ] macOS - [ ] Windows **Runner type:** - [x] Hosted - [ ] Self-hosted **Tools version:** <!--- Please list all of the affected Python versions (`3.8.2`, etc.)--> 3.12 (resulting in 3.12.4 right now) **Repro steps:** A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link. ```yaml - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v5.1.0 with: python-version: ${{ env.DEFAULT_PYTHON }} check-latest: true ``` https://github.com/home-assistant/core/blob/159503b8d37fbc46a353287416a640ad07c2cced/.github/workflows/ci.yaml#L230-L235 **Expected behavior:** A description of what you expected to happen. **Actual behavior:** A description of what is actually happening.