File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout Repository
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434 with :
3535 token : ${{ secrets.PAT || github.token }}
3636 fetch-depth : 0
Original file line number Diff line number Diff line change 2929 timeout-minutes : 30
3030
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 with :
3434 token : ${{ secrets.PAT || github.token }}
3535 - name : set up Java 17
Original file line number Diff line number Diff line change 1010 name : Syncing branches
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Merge main into latest
1616 run : git checkout latest && git merge main
Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - name : set up JDK 17
1212 uses : actions/setup-java@v3
1313 with :
You can’t perform that action at this time.
0 commit comments