File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868 run : .github/bin/install-deps-macos.sh
6969
7070 - name : Set up Python ${{ matrix.python-version }}
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 id : setup-python
7373 with :
7474 python-version : ${{ matrix.python-version }}
@@ -113,7 +113,7 @@ jobs:
113113 run : .github/bin/install-deps-windows.cmd
114114
115115 - name : Set up Python ${{ matrix.python-version }}
116- uses : actions/setup-python@v5
116+ uses : actions/setup-python@v6
117117 id : setup-python
118118 with :
119119 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 4040 if : runner.os == 'Windows'
4141 run : .github/bin/install-deps-windows.cmd
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 - name : Get number of CPU cores
8383 run : |
8484 sudo .github/bin/install-deps-ubuntu.sh
8585 .github/bin/setenv-ubuntu.sh
86- - uses : actions/setup-python@v5
86+ - uses : actions/setup-python@v6
8787 with :
8888 python-version : " 3.10"
8989 - name : Get number of CPU cores
You can’t perform that action at this time.
0 commit comments