File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Checkout code
1919 uses : actions/checkout@v6
2020 - name : Set up JDK 21
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 distribution : ' temurin'
2424 java-version : ' 21'
4141 - name : Checkout code
4242 uses : actions/checkout@v6
4343 - name : Set up JDK 21
44- uses : actions/setup-java@v4
44+ uses : actions/setup-java@v5
4545 with :
4646 distribution : ' temurin'
4747 java-version : ' 21'
Original file line number Diff line number Diff line change 1313 - name : Checkout code
1414 uses : actions/checkout@v6
1515 - name : Set up JDK 25
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 distribution : ' temurin'
1919 java-version : ' 25'
Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v6
1717
1818 - name : Set up JDK 21
19- uses : actions/setup-java@v4
19+ uses : actions/setup-java@v5
2020 with :
2121 distribution : ' temurin'
2222 java-version : ' 25'
Original file line number Diff line number Diff line change 2121 - name : Checkout code
2222 uses : actions/checkout@v6
2323 - name : Set up JDK ${{ matrix.java-version }}
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 distribution : ' temurin'
2727 java-version : ${{ matrix.java-version }}
4747 - name : Checkout code
4848 uses : actions/checkout@v6
4949 - name : Set up JDK ${{ matrix.java-version }}
50- uses : actions/setup-java@v4
50+ uses : actions/setup-java@v5
5151 with :
5252 distribution : ' temurin'
5353 java-version : ${{ matrix.java-version }}
You can’t perform that action at this time.
0 commit comments