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@v4
33+ uses : actions/checkout@v5
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@v4
32+ - uses : actions/checkout@v5
3333 with :
3434 token : ${{ secrets.PAT || github.token }}
3535 - name : set up Java 17
Original file line number Diff line number Diff line change 1111 name : Syncing branches
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Set git config user
1717 run : git config user.email "compose-devrel-github-bot@google.com" && git config user.name "compose-devrel-github-bot"
Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - name : set up JDK 17
1212 uses : actions/setup-java@v4
1313 with :
You can’t perform that action at this time.
0 commit comments