File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525
2626 - name : Install GCC ${{ matrix.version }}
2727 run : sudo apt-get install -y gcc-${{ matrix.version }} g++-${{ matrix.version }}
5050 runs-on : ubuntu-latest
5151
5252 steps :
53- - uses : actions/checkout@v2
53+ - uses : actions/checkout@v3
5454
5555 - name : Install Clang ${{ matrix.version }}
5656 run : sudo apt-get install -y clang-${{ matrix.version }}
8080 runs-on : ${{ matrix.os }}
8181
8282 steps :
83- - uses : actions/checkout@v2
83+ - uses : actions/checkout@v3
8484
8585 - name : Configure tests
8686 run : cmake -S . -B build
9494 - name : Run tests
9595 working-directory : build
9696 run : ctest -C Release --output-on-failure -j 4
97-
You can’t perform that action at this time.
0 commit comments