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 50496e7 commit 2ab4245Copy full SHA for 2ab4245
.github/workflows/tag-and-release.yml
@@ -177,7 +177,7 @@ jobs:
177
178
# PYTHON ONLY: setup python
179
- if: inputs.project-type == 'python'
180
- uses: actions/setup-python@v5 # needed for building Python project
+ uses: actions/setup-python@v6 # needed for building Python project
181
with:
182
python-version: ${{ inputs.python-version }}
183
0 commit comments