File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9999 fetch-depth : 0
100100
101101 - name : " Stage 0: Setup Python"
102- uses : actions/setup-python@v5
102+ uses : actions/setup-python@v6
103103 id : setup-python
104104 with :
105105 python-version-file : " .python-version"
@@ -255,7 +255,7 @@ jobs:
255255 fetch-depth : 0
256256
257257 - name : " Stage 0: Setup Python"
258- uses : actions/setup-python@v5
258+ uses : actions/setup-python@v6
259259 id : setup-python
260260 with :
261261 python-version-file : " .python-version"
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v5
2626
27- - uses : actions/setup-python@v5
27+ - uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.10"
3030
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-22.04
1717 steps :
1818 - uses : actions/checkout@v5
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version-file : " .python-version"
2222
Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - uses : actions/checkout@v5
49- - uses : actions/setup-python@v5
49+ - uses : actions/setup-python@v6
5050 with :
5151 python-version-file : " .python-version"
5252
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - uses : actions/checkout@v5
29- - uses : actions/setup-python@v5
29+ - uses : actions/setup-python@v6
3030 with :
3131 python-version-file : " .python-version"
3232
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v5
2727
28- - uses : actions/setup-python@v5
28+ - uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.11"
3131
Original file line number Diff line number Diff line change 4444 steps :
4545 - uses : actions/checkout@v5
4646
47- - uses : actions/setup-python@v5
47+ - uses : actions/setup-python@v6
4848 with :
4949 python-version : " 3.10"
5050
@@ -173,7 +173,7 @@ jobs:
173173 steps :
174174 - uses : actions/checkout@v5
175175
176- - uses : actions/setup-python@v5
176+ - uses : actions/setup-python@v6
177177 with :
178178 python-version : " 3.10"
179179
You can’t perform that action at this time.
0 commit comments