File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -216,10 +216,8 @@ jobs:
216216 repository : ${{ github.event.pull_request.head.repo.full_name }}
217217 path : " pr-branch"
218218
219- - name : Set up Python 3.x Part 1
220- uses : actions/setup-python@v5
221- with :
222- python-version : " 3.10"
219+ - name : Set up Python
220+ uses : ./.github/actions/setup-python
223221
224222 - name : Set up Python 3.x Part 2
225223 run : |
@@ -411,10 +409,8 @@ jobs:
411409 repository : ${{ github.event.pull_request.head.repo.full_name }}
412410 path : " pr-branch"
413411
414- - name : Set up Python 3.x Part 1
415- uses : actions/setup-python@v5
416- with :
417- python-version : " 3.10"
412+ - name : Set up Python
413+ uses : ./.github/actions/setup-python
418414
419415 - name : Set up Python 3.x Part 2
420416 run : |
You can’t perform that action at this time.
0 commit comments