File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 sudo apt-get install ${{ matrix.musl }}
2323
2424 - name : Checkout repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828
6565 sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
6666
6767 - name : Checkout repository
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 with :
7070 fetch-depth : 0
7171
Original file line number Diff line number Diff line change 4343 steps :
4444 # Must happens first or else the LoongArch toolchain gets deleted
4545 - name : Checkout repository
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 with :
4848 fetch-depth : 0
4949
@@ -115,7 +115,7 @@ jobs:
115115 sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
116116
117117 - name : Checkout repository
118- uses : actions/checkout@v4
118+ uses : actions/checkout@v5
119119 with :
120120 fetch-depth : 0
121121
Original file line number Diff line number Diff line change 2222 sudo apt-get install gcc-${{ matrix.gcc }} clang lld
2323
2424 - name : Checkout repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828
5959 sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
6060
6161 - name : Checkout repository
62- uses : actions/checkout@v4
62+ uses : actions/checkout@v5
6363 with :
6464 fetch-depth : 0
6565
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository and submodules
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
6363 sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
6464
6565 - name : Checkout repository
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v5
6767 with :
6868 fetch-depth : 0
6969
Original file line number Diff line number Diff line change 3434 brew install ${{ matrix.toolchain }}
3535
3636 - name : Checkout repository
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 0
4040
8888 sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
8989
9090 - name : Checkout repository
91- uses : actions/checkout@v4
91+ uses : actions/checkout@v5
9292 with :
9393 fetch-depth : 0
9494
Original file line number Diff line number Diff line change 3535 git
3636
3737 - name : Checkout repository
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 with :
4040 fetch-depth : 0
4141
7474 sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
7575
7676 - name : Checkout repository
77- uses : actions/checkout@v4
77+ uses : actions/checkout@v5
7878 with :
7979 fetch-depth : 0
8080
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
6464 sudo apt-get -y --no-install-recommends install ${{ matrix.pkg }}
6565
6666 - name : Checkout repository
67- uses : actions/checkout@v4
67+ uses : actions/checkout@v5
6868 with :
6969 fetch-depth : 0
7070
You can’t perform that action at this time.
0 commit comments