File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 timeout-minutes : 40
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020 - name : Update apt
2121 run : sudo apt update
2222 - name : Install ninja
2828 runs-on : macos-latest
2929 timeout-minutes : 40
3030 steps :
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v4
3232 - name : Install ninja
3333 run : brew install ninja
3434 - name : Configure and build
3838 runs-on : windows-latest
3939 timeout-minutes : 40
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v4
4242 - name : Install ninja
4343 run : choco install ninja
4444 - name : Configure and build
4949 runs-on : windows-latest
5050 timeout-minutes : 40
5151 steps :
52- - uses : actions/checkout@v2
52+ - uses : actions/checkout@v4
5353 - name : ' x64-uwp(Debug)'
5454 uses : lukka/run-cmake@v10
5555 with :
7777 runs-on : ubuntu-latest
7878 timeout-minutes : 40
7979 steps :
80- - uses : actions/checkout@v2
80+ - uses : actions/checkout@v4
8181 - name : Update apt
8282 run : sudo apt update
8383 - name : Install ninja
@@ -106,7 +106,7 @@ jobs:
106106
107107 name : ${{ matrix.build_props[0] }}
108108 steps :
109- - uses : actions/checkout@v2
109+ - uses : actions/checkout@v4
110110 - name : Setup QEMU
111111 uses : docker/setup-qemu-action@v3.0.0
112112 - name : Build cpuinfo in ${{ matrix.build_props[1] }}
You can’t perform that action at this time.
0 commit comments