We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e44f8 commit 9000ad5Copy full SHA for 9000ad5
1 file changed
setup/action.yml
@@ -24,14 +24,14 @@ runs:
24
using: 'composite'
25
steps:
26
- name: Set up Python ${{ inputs.version }}
27
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
28
with:
29
python-version: ${{ inputs.version }}
30
allow-prereleases: true
31
if: ${{ inputs.uv == 'true' }}
32
33
34
35
36
37
0 commit comments