File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v5
2323 - name : ' Set up JDK'
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 distribution : ' temurin'
2727 java-version : 21
Original file line number Diff line number Diff line change 3030 steps :
3131 - uses : actions/checkout@v5
3232 - name : ' Set up JDK'
33- uses : actions/setup-java@v4
33+ uses : actions/setup-java@v5
3434 with :
3535 distribution : ' temurin'
3636 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 4646 uses : actions/checkout@v5
4747
4848 - name : ' Set up JDK'
49- uses : actions/setup-java@v4
49+ uses : actions/setup-java@v5
5050 with :
5151 distribution : ' temurin'
5252 java-version : 21
Original file line number Diff line number Diff line change 1717 restore-keys : |
1818 deploy-github-access-${{ runner.os }}-
1919 - name : ' Set up JDK'
20- uses : actions/setup-java@v4
20+ uses : actions/setup-java@v5
2121 with :
2222 distribution : ' temurin'
2323 java-version : 21
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v5
2020 - name : ' Set up JDK'
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 distribution : ' temurin'
2424 java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments