File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121 submodules : true
2222
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 architecture : ${{ matrix.arch }}
5858 submodules : true
5959
6060 - name : Set up Python ${{ matrix.python-version }}
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : ${{ matrix.python-version }}
6464
9494 submodules : true
9595
9696 - name : Set up Python ${{ matrix.python-version }}
97- uses : actions/setup-python@v5
97+ uses : actions/setup-python@v6
9898 with :
9999 python-version : ${{ matrix.python-version }}
100100
Original file line number Diff line number Diff line change 1717 with :
1818 submodules : true
1919
20- - uses : actions/setup-python@v5
20+ - uses : actions/setup-python@v6
2121 name : Install Python
2222 with :
2323 python-version : ' 3.10'
@@ -142,7 +142,7 @@ jobs:
142142 with :
143143 platforms : arm64
144144
145- - uses : actions/setup-python@v5
145+ - uses : actions/setup-python@v6
146146 name : Install Python
147147 with :
148148 python-version : ' 3.9'
@@ -199,7 +199,7 @@ jobs:
199199 with :
200200 submodules : true
201201
202- - uses : actions/setup-python@v5
202+ - uses : actions/setup-python@v6
203203 name : Install Python
204204 with :
205205 python-version : ' 3.9'
@@ -234,7 +234,7 @@ jobs:
234234 #
235235 # steps:
236236 # - name: Set up Python ${{ matrix.python-version }}
237- # uses: actions/setup-python@v5
237+ # uses: actions/setup-python@v6
238238 # with:
239239 # python-version: ${{ matrix.python-version }}
240240 #
You can’t perform that action at this time.
0 commit comments