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 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 with :
1515 token : ${{ secrets.REPO_TOKEN }}
16+ submodules : recursive
1617
1718 - name : Setup ccache
1819 id : setup-ccache
Original file line number Diff line number Diff line change 1414 steps :
1515 # checkout the github actions / workflow
1616 - name : Checkout actions
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 sparse-checkout : |
2020 .github
@@ -57,10 +57,11 @@ jobs:
5757
5858 # Replace changed files with those from the current ref.
5959 - name : Checkout repository
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v6
6161 with :
6262 clean : false
6363 token : ${{ secrets.REPO_TOKEN }}
64+ submodules : recursive
6465
6566 - name : Add msbuild
6667 uses : microsoft/setup-msbuild@v1.0.2
You can’t perform that action at this time.
0 commit comments