File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3737 run :
3838 working-directory : src
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 with :
4242 fetch-depth : 0
4343
Original file line number Diff line number Diff line change 1919 node-version : [12.x]
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - name : Setup cache
2424 id : cache-system-libraries
2525 uses : actions/cache@v4
5353 node-version : [12.x]
5454
5555 steps :
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757 - name : Setup cache
5858 id : cache-system-libraries
5959 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818
1919 - name : install mingw w64
2020 run : sudo apt install mingw-w64
4343 runs-on : ubuntu-24.04
4444
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747
4848 - name : make
4949 run : cd src && make clean && make -j build COMP=gcc ARCH=${{ matrix.arch }} EXE=fairy-stockfish_${{ matrix.arch }} && strip fairy-stockfish_${{ matrix.arch }}
6969 runs-on : macos-15-intel
7070
7171 steps :
72- - uses : actions/checkout@v5
72+ - uses : actions/checkout@v6
7373
7474 - name : make
7575 run : cd src && make clean && make -j build COMP=clang ARCH=${{ matrix.arch }} EXE=fairy-stockfish_${{ matrix.arch }} && strip fairy-stockfish_${{ matrix.arch }}
9494 runs-on : macos-14
9595
9696 steps :
97- - uses : actions/checkout@v5
97+ - uses : actions/checkout@v6
9898
9999 - name : make
100100 run : cd src && make clean && make -j build COMP=clang ARCH=${{ matrix.arch }} EXE=fairy-stockfish_${{ matrix.arch }} && strip fairy-stockfish_${{ matrix.arch }}
Original file line number Diff line number Diff line change 3838 run :
3939 working-directory : src
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 with :
4343 fetch-depth : 0
4444
Original file line number Diff line number Diff line change 1717 os : [ubuntu-24.04, windows-2022, macos-14]
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121
2222 # Used to host cibuildwheel
2323 - uses : actions/setup-python@v6
4343 name : Build source distribution
4444 runs-on : ubuntu-24.04
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - uses : actions/setup-python@v6
4848 with :
4949 python-version : ' 3.9'
You can’t perform that action at this time.
0 commit comments