File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131 - id : setup-python
3232 name : Setup Python
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : ' 3.11'
3636
5656
5757 - id : install-python
5858 name : Install Python
59- uses : actions/setup-python@v5
59+ uses : actions/setup-python@v6
6060 with :
6161 python-version : ${{ matrix.python }}
6262
8888
8989 - id : install-python
9090 name : Install Python
91- uses : actions/setup-python@v5
91+ uses : actions/setup-python@v6
9292 with :
9393 python-version : ${{ matrix.python }}
9494
@@ -120,7 +120,7 @@ jobs:
120120
121121 - id : install-python
122122 name : Install Python
123- uses : actions/setup-python@v5
123+ uses : actions/setup-python@v6
124124 with :
125125 python-version : ' 3.11'
126126
Original file line number Diff line number Diff line change 1919
2020 - id : setup-python
2121 name : Setup Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.11'
2525
You can’t perform that action at this time.
0 commit comments