File tree Expand file tree Collapse file tree 4 files changed +28
-8
lines changed Expand file tree Collapse file tree 4 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Checkout
2929 id : checkout
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v4
31+ - name : Setup CMake
32+ uses : jwlawson/actions-setup-cmake@v2
33+ with :
34+ cmake-version : ' 3.25.x'
3135 - name : Configuring CMake files
3236 id : building-files
3337 run : |
Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Checkout
2929 id : checkout
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v4
31+ - name : Setup CMake
32+ uses : jwlawson/actions-setup-cmake@v2
33+ with :
34+ cmake-version : ' 3.25.x'
3135 - name : Configuring CMake files
3236 id : building-files
3337 run : |
5256 steps :
5357 - name : Checkout
5458 id : checkout
55- uses : actions/checkout@v2
59+ uses : actions/checkout@v4
60+ - name : Setup CMake
61+ uses : jwlawson/actions-setup-cmake@v2
62+ with :
63+ cmake-version : ' 3.25.x'
5664 - name : Configuring CMake files
5765 id : building-files
5866 run : |
7684 steps :
7785 - name : Checkout
7886 id : checkout
79- uses : actions/checkout@v2
87+ uses : actions/checkout@v4
88+ - name : Setup CMake
89+ uses : jwlawson/actions-setup-cmake@v2
90+ with :
91+ cmake-version : ' 3.25.x'
8092 - name : Configuring CMake files
8193 id : building-files
8294 run : |
Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Checkout
2929 id : checkout
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v4
31+ - name : Setup CMake
32+ uses : jwlawson/actions-setup-cmake@v2
33+ with :
34+ cmake-version : ' 3.25.x'
3135 - name : Install requirement
3236 id : install-requirements
3337 run : |
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
2626 fail-fast : false
2727 matrix :
2828 platform : [windows-latest, macos-latest, ubuntu-latest]
29- python-version : ["3.8", "3.10 "]
29+ python-version : ["3.12 "]
3030
3131 runs-on : ${{ matrix.platform }}
3232
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535 with :
3636 submodules : true
37- - uses : actions/setup-python@v2
37+ - uses : actions/setup-python@v5
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - name : Add requirements
You can’t perform that action at this time.
0 commit comments