File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 name : Check configuration with git submodules
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010 with :
1111 submodules : true
1212 - run : sudo apt install libboost-all-dev libeigen3-dev python3-numpy
1717 name : Check configuration without git submodules
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 with :
2222 submodules : false
2323 - run : sudo apt install libboost-all-dev libeigen3-dev python3-numpy
Original file line number Diff line number Diff line change 2626 os : macos-latest
2727
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030 with :
3131 submodules : recursive
3232
3737 environment-file : .github/workflows/conda/environment.yml
3838 python-version : ' 3.10'
3939
40- - uses : actions/cache@v2
40+ - uses : actions/cache@v3
4141 with :
4242 path : ${{ env.CCACHE_DIR }}
4343 key : ccache-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}
Original file line number Diff line number Diff line change 99 matrix :
1010 os : [windows-latest]
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - name : Checkout submodules
1414 run : |
1515 git submodule update --init
You can’t perform that action at this time.
0 commit comments