File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1313 name : Build and publish documentation
1414 runs-on : macos-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717
18- - uses : actions/cache@v2
18+ - uses : actions/cache@v3
1919 with :
2020 path : " **/cpm_modules"
2121 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323
24- - uses : actions/cache@v2
24+ - uses : actions/cache@v3
2525 with :
2626 path : " **/cpm_modules"
2727 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
Original file line number Diff line number Diff line change 1919 runs-on : macos-latest
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323
24- - uses : actions/cache@v2
24+ - uses : actions/cache@v3
2525 with :
2626 path : " **/cpm_modules"
2727 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222
23- - uses : actions/cache@v2
23+ - uses : actions/cache@v3
2424 with :
2525 path : " **/cpm_modules"
2626 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222
23- - uses : actions/cache@v2
23+ - uses : actions/cache@v3
2424 with :
2525 path : " **/cpm_modules"
2626 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424
25- - uses : actions/cache@v2
25+ - uses : actions/cache@v3
2626 with :
2727 path : " **/cpm_modules"
2828 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
Original file line number Diff line number Diff line change 1919 runs-on : windows-latest
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323
24- - uses : actions/cache@v2
24+ - uses : actions/cache@v3
2525 with :
2626 path : " **/cpm_modules"
2727 key : ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ CPMAddPackage("gh:TheLartians/PackageProject.cmake@1.8.0")
2828
2929CPMAddPackage(
3030 NAME fmt
31- GIT_TAG 8 .1.1
31+ GIT_TAG 9 .1.0
3232 GITHUB_REPOSITORY fmtlib/fmt
3333 OPTIONS "FMT_INSTALL YES" # create an installable target
3434)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ include(../cmake/tools.cmake)
1515
1616include (../cmake/CPM.cmake)
1717
18- CPMAddPackage("gh:onqtam /doctest@2.4.8 " )
18+ CPMAddPackage("gh:doctest /doctest@2.4.9 " )
1919CPMAddPackage("gh:TheLartians/Format.cmake@1.7.3" )
2020
2121if (TEST_INSTALLED_VERSION)
You can’t perform that action at this time.
0 commit comments