File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 codespell :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 - uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 3737 run :
3838 shell : bash -l {0}
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - name : Output g++ version . . .
4242 run : g++ --version
4343 - name : Install micromamba environment from environment.yml . . .
9797 without-intrinsics : " "
9898
9999 steps :
100- - uses : actions/checkout@v5
100+ - uses : actions/checkout@v6
101101 - name : Output g++ version . . .
102102 run : g++ --version
103103 - name : Install GAP and clone/compile necessary packages . . .
Original file line number Diff line number Diff line change 2929 - cpplint
3030 steps :
3131 - name : Check out the repository . . .
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 - name : Set up Python . . .
3434 uses : actions/setup-python@v6
3535 - name : Install ${{ matrix.linter }} with pip . . .
Original file line number Diff line number Diff line change 2222 name : compile and upload manual
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - name : Install TeX Live . . .
2727 run : |
2828 packages=(
Original file line number Diff line number Diff line change 4040
4141
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 - uses : gap-actions/setup-cygwin@v2
4545 if : ${{ runner.os == 'Windows' }}
4646 - name : Output g++ version . . .
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 - uses : gap-actions/setup-gap@v3
2828 with :
2929 gap-version : latest
Original file line number Diff line number Diff line change 4747 pkgs-to-build : io* orb* datastructures* profiling* grape*
4848
4949 steps :
50- - uses : actions/checkout@v5
50+ - uses : actions/checkout@v6
5151 - name : Output g++ version . . .
5252 run : g++ --version
5353 - name : " Install GAP . . ."
6767 cd ${GAPROOT}/pkg
6868 ../bin/BuildPackages.sh --strict ${{ matrix.pkgs-to-build }}
6969 - name : " Install digraphs-lib . . ."
70- uses : actions/checkout@v5
70+ uses : actions/checkout@v6
7171 with :
7272 repository : digraphs/digraphs-lib
7373 path : digraphs-lib
Original file line number Diff line number Diff line change 2727 name : Ubuntu / GAP stable-4.15 / valgrind
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - name : " Output g++ version . . ."
3232 run : g++ --version
3333 - name : " Install Valgrind . . ."
You can’t perform that action at this time.
0 commit comments