File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969
7070 - name : Setup Python
7171 if : ${{ failure() }}
72- uses : actions/setup-python@v4
72+ uses : actions/setup-python@v5
7373 with :
7474 python-version : ' 3.x'
7575
Original file line number Diff line number Diff line change 7777
7878 - name : Setup Python
7979 if : ${{ failure() }}
80- uses : actions/setup-python@v4
80+ uses : actions/setup-python@v5
8181 with :
8282 python-version : ' 3.x'
8383
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Setup Python
102102 if : ${{ failure() }}
103- uses : actions/setup-python@v4
103+ uses : actions/setup-python@v5
104104 with :
105105 python-version : ' 3.x'
106106
Original file line number Diff line number Diff line change 8585
8686 - name : Setup Python
8787 continue-on-error : true
88- uses : actions/setup-python@v4
88+ uses : actions/setup-python@v5
8989 with :
9090 python-version : ' 3.x'
9191
You can’t perform that action at this time.
0 commit comments