File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 - name : Checkout repository
2121 uses : actions/checkout@v5
2222 - name : Set up JDK from .tool-versions
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@v5
2424 with :
2525 distribution : ' temurin'
2626 java-version-file : " .tool-versions"
Original file line number Diff line number Diff line change 2424 - name : Checkout repository
2525 uses : actions/checkout@v5
2626 - name : Set up JDK ${{ matrix.java }}
27- uses : actions/setup-java@v4
27+ uses : actions/setup-java@v5
2828 with :
2929 distribution : ' temurin'
3030 java-version : ${{ matrix.java }}
4242 with :
4343 fetch-depth : 0
4444 - name : Set up JDK 11 and 17
45- uses : actions/setup-java@v4
45+ uses : actions/setup-java@v5
4646 with :
4747 distribution : ' temurin'
4848 java-version : |
Original file line number Diff line number Diff line change 2828 persist-credentials : false
2929
3030 - name : Set up JDK from .tool-versions
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 distribution : ' temurin'
3434 java-version-file : " .tool-versions"
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v5
1616 - name : Set up JDK from .tool-versions
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@v5
1818 with :
1919 distribution : ' temurin'
2020 java-version-file : " .tool-versions"
You can’t perform that action at this time.
0 commit comments