File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7676 enable_sanitizers_in_tests : ON
7777 }
7878 steps :
79- - uses : actions/checkout@v2
79+ - uses : actions/checkout@v3
8080 - name : Build project
8181 env :
8282 CC : ${{ matrix.config.cc }}
Original file line number Diff line number Diff line change 7070 enable_sanitizers_in_tests : ON
7171 }
7272 steps :
73- - uses : actions/checkout@v2
73+ - uses : actions/checkout@v3
7474 - name : Build project
7575 env :
7676 CC : ${{ matrix.config.cc }}
Original file line number Diff line number Diff line change 5656 cxx_standard : 20
5757 }
5858 steps :
59- - uses : actions/checkout@v2
59+ - uses : actions/checkout@v3
6060 - name : Build project
6161 run : |
6262 cmake -S . -B build \
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Install LCOV
1616 run : sudo apt install -y lcov
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : Build project
1919 env :
2020 CC : gcc-9
You can’t perform that action at this time.
0 commit comments