File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-22.04 # Keep Ubuntu 22.04 until compatibility with lcov has been improved
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - name : Install OpenMP
2424 shell : bash
6363 - compute
6464
6565 steps :
66- - uses : actions/checkout@v4
66+ - uses : actions/checkout@v5
6767
68- - uses : actions/download-artifact@v4
68+ - uses : actions/download-artifact@v5
6969 with :
7070 name : Coverage Report
7171 path : build
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-24.04
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - name : Install OpenMP
2424 shell : bash
6262 contents : write
6363
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v5
6666
67- - uses : actions/download-artifact@v4
67+ - uses : actions/download-artifact@v5
6868 with :
6969 name : Docs HTML
7070 path : build/docs/html
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-24.04
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - name : Install OpenMP
2424 shell : bash
5050 runs-on : ubuntu-24.04
5151
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454
5555 - name : Install OpenMP
5656 shell : bash
8282 runs-on : ubuntu-24.04
8383
8484 steps :
85- - uses : actions/checkout@v4
85+ - uses : actions/checkout@v5
8686
8787 - name : Install OpenMP
8888 shell : bash
Original file line number Diff line number Diff line change 3131 runs-on : ${{ matrix.os }}
3232
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535
3636 - name : Install OpenMP
3737 shell : bash
9595 runs-on : ${{ matrix.os }}
9696
9797 steps :
98- - uses : actions/checkout@v4
98+ - uses : actions/checkout@v5
9999
100100 - name : Download dependencies
101101 shell : bash
You can’t perform that action at this time.
0 commit comments