File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@v5
3131 - name : Install Python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : " 3.12"
3535
7979 steps :
8080 - uses : actions/checkout@v5
8181
82- - uses : actions/setup-python@v5
82+ - uses : actions/setup-python@v6
8383 with :
8484 python-version : ${{ matrix.python-version }}
8585
@@ -135,7 +135,7 @@ jobs:
135135 steps :
136136 - uses : actions/checkout@v5
137137
138- - uses : actions/setup-python@v5
138+ - uses : actions/setup-python@v6
139139 with :
140140 python-version : ${{ matrix.python-version }}
141141
@@ -310,7 +310,7 @@ jobs:
310310 path : docs-target
311311
312312 - name : Setup Python
313- uses : actions/setup-python@v5
313+ uses : actions/setup-python@v6
314314 with :
315315 python-version : " 3.11"
316316
Original file line number Diff line number Diff line change 2727 - name : Checkout
2828 uses : actions/checkout@v5
2929 - name : Setup Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : " 3.10"
3333 - name : Audit licenses
Original file line number Diff line number Diff line change 5757 repo-token : ${{ secrets.GITHUB_TOKEN }}
5858
5959 - name : Setup Python
60- uses : actions/setup-python@v5
60+ uses : actions/setup-python@v6
6161 with :
6262 python-version : ${{ matrix.python-version }}
6363
You can’t perform that action at this time.
0 commit comments