We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b34edc commit 0204dddCopy full SHA for 0204ddd
.github/workflows/actions/setup/action.yml
@@ -25,7 +25,7 @@ runs:
25
using: "composite"
26
steps:
27
- name: Set up Python ${{ inputs.python-version }}
28
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
29
with:
30
python-version: ${{ inputs.python-version }}
31
0 commit comments