File tree Expand file tree Collapse file tree 8 files changed +27
-3
lines changed
Expand file tree Collapse file tree 8 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - uses : actions/checkout@v3
30+ with :
31+ token : ${{ secrets.PAT }}
32+ submodules : true
3033
3134 - name : Configure
3235 run : cmake -B build
Original file line number Diff line number Diff line change 2020 working-directory : " 2017"
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
24+ with :
25+ token : ${{ secrets.PAT }}
26+ submodules : true
2427
2528 - name : Use Node.js 18.x
2629 uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 2525 working-directory : " 2018"
2626
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
29+ with :
30+ token : ${{ secrets.PAT }}
31+ submodules : true
2932
3033 - name : Set up Python ${{ matrix.python-version }}
3134 uses : actions/setup-python@v2
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - uses : actions/checkout@v3
24+ with :
25+ token : ${{ secrets.PAT }}
26+ submodules : true
2427
2528 - name : Build
2629 run : cargo build
Original file line number Diff line number Diff line change 2020 working-directory : " 2020"
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
24+ with :
25+ token : ${{ secrets.PAT }}
26+ submodules : true
2427
2528 - uses : actions/setup-go@v2
2629 with :
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - uses : actions/checkout@v3
30+ with :
31+ token : ${{ secrets.PAT }}
32+ submodules : true
3033
3134 - name : Configure
3235 run : cmake -B build
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - uses : actions/checkout@v3
24+ with :
25+ token : ${{ secrets.PAT }}
26+ submodules : true
2427
2528 - name : Build
2629 run : cargo build
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - uses : actions/checkout@v3
24+ with :
25+ token : ${{ secrets.PAT }}
26+ submodules : true
2427
2528 - name : Build
2629 run : ./gradlew build
You can’t perform that action at this time.
0 commit comments