File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11* .kt diff =kotlin
22* .java diff =java
3- FtcRobotController /* linguist-generated =true # Ignore files generated by the FTC SDK in the codebase stats
3+ FtcRobotController /** linguist-generated =true
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717
1818 - name : Set up JDK 17
1919 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 contents : write
1414
1515 steps :
16- - uses : actions/checkout@v5
17- with :
18- repository : ${{ github.event.pull_request.head.repo.full_name || github.repository }}
19- ref : ${{ github.event.pull_request.head.ref || github.ref }}
20- token : ${{ secrets.GITHUB_TOKEN }}
16+ - uses : actions/checkout@v6
17+ with :
18+ repository : ${{ github.event.pull_request.head.repo.full_name || github.repository }}
19+ ref : ${{ github.event.pull_request.head.ref || github.ref }}
20+ token : ${{ secrets.GITHUB_TOKEN }}
2121
2222 - uses : actions/setup-java@v5
2323 with :
You can’t perform that action at this time.
0 commit comments