File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout code # 这部分是为了从github自动clone代码
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0 # Number of commits to fetch. 0 indicates all history for all branches and tags.Default: 1
2323 submodules : true
Original file line number Diff line number Diff line change 1212 runs-on : ${{ matrix.os }}
1313 steps :
1414 - name : Checkout code # 这部分是为了从github自动clone代码
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 submodules : true
5959 runs-on : ubuntu-latest
6060 steps :
6161 - name : Checkout code # 这部分是为了从github自动clone代码
62- uses : actions/checkout@v4
62+ uses : actions/checkout@v6
6363 with :
6464 fetch-depth : 0
6565 submodules : true
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 steps :
1616 - name : Checkout code # 这部分是为了从github自动clone代码
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 submodules : true
2020
You can’t perform that action at this time.
0 commit comments