We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba0f240 + 9b57b0b commit ab7ed59Copy full SHA for ab7ed59
.github/workflows/build_workflow.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
37
name: Set up Python ${{ env.PYTHON_VERSION }}
38
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
39
with:
40
python-version: ${{ env.PYTHON_VERSION }}
41
.github/workflows/pre_commit_update_workflow.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v5
25
26
- name: Set up Python
27
28
29
30
0 commit comments