File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Set up JDK 21
2121 uses : actions/setup-java@v5
2222 with :
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - name : Set up JDK 21
1919 uses : actions/setup-java@v5
2020 with :
3636 MAVEN_CLI_OPTS : " --batch-mode --errors --fail-at-end --show-version"
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040 - name : Set up JDK 21
4141 uses : actions/setup-java@v5
4242 with :
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Set up JDK 21
2121 uses : actions/setup-java@v5
2222 with :
3838 MAVEN_CLI_OPTS : " --batch-mode --errors --fail-at-end --show-version"
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242 - name : Set up JDK 21
4343 uses : actions/setup-java@v5
4444 with :
You can’t perform that action at this time.
0 commit comments