We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some of our workflows, we use a hardcoded Python version. This means that over time, we have to manually update it.
It would be nice to update the python set-up step with something like below so we're always up-to-date
- name: Set up latest Python version uses: actions/setup-python@v5 with: python-version: 'latest'
Here is a list of the worfklows to update:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
In some of our workflows, we use a hardcoded Python version. This means that over time, we have to manually update it.
Expected behavior
It would be nice to update the python set-up step with something like below so we're always up-to-date
Additional context
Here is a list of the worfklows to update:
The text was updated successfully, but these errors were encountered: