File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v5
2121
2222 - name : setup python 3
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ' 3.x'
2626
4040 uses : actions/checkout@v5
4141
4242 - name : Setup Python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646
6262 uses : actions/checkout@v5
6363
6464 - name : Setup Python
65- uses : actions/setup-python@v5
65+ uses : actions/setup-python@v6
6666 with :
6767 python-version : " 3.x"
6868
Original file line number Diff line number Diff line change 6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262
6363 - name : Setup Python
64- uses : actions/setup-python@v5
64+ uses : actions/setup-python@v6
6565 with :
6666 python-version : ' 3.x'
6767
@@ -135,7 +135,7 @@ jobs:
135135
136136 steps :
137137 - name : Set up Python
138- uses : actions/setup-python@v5
138+ uses : actions/setup-python@v6
139139 with :
140140 python-version : ' 3.x'
141141
Original file line number Diff line number Diff line change 9898 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9999
100100 - name : Setup Python
101- uses : actions/setup-python@v5
101+ uses : actions/setup-python@v6
102102 with :
103103 python-version : ${{ inputs.run-eol-python-version == 'true' && env.EOL_PYTHON_VERSION || inputs.python-version || env.DEFAULT_PYTHON_VERSION }}
104104
@@ -200,7 +200,7 @@ jobs:
200200
201201 steps :
202202 - name : Set up Python
203- uses : actions/setup-python@v5
203+ uses : actions/setup-python@v6
204204 with :
205205 python-version : ' 3.x'
206206
@@ -248,7 +248,7 @@ jobs:
248248 name : test-report-file
249249
250250 - name : Set up Python
251- uses : actions/setup-python@v5
251+ uses : actions/setup-python@v6
252252 with :
253253 python-version : ' 3.x'
254254
Original file line number Diff line number Diff line change 2525 ref : ${{ github.event.inputs.sha || github.ref }}
2626
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ' 3.x'
3131
Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v5
3232
3333 - name : setup python 3
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.x'
3737
8989 uses : actions/checkout@v5
9090
9191 - name : Setup Python
92- uses : actions/setup-python@v5
92+ uses : actions/setup-python@v6
9393 with :
9494 python-version : ' 3.x'
9595
You can’t perform that action at this time.
0 commit comments