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 1111 uses : actions/checkout@v5
1212
1313 - name : Set up JDK ${{vars.JAVA_VERSION}}
14- uses : actions/setup-java@v4
14+ uses : actions/setup-java@v5
1515 with :
1616 java-version : ${{vars.JAVA_VERSION}}
1717 distribution : ' adopt'
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v5
3434
3535 - name : Set up JDK ${{vars.JAVA_VERSION}}
36- uses : actions/setup-java@v4
36+ uses : actions/setup-java@v5
3737 with :
3838 java-version : ${{vars.JAVA_VERSION}}
3939 distribution : ' adopt'
Original file line number Diff line number Diff line change 3131 ref : ${{ inputs.COMMIT_HASH }}
3232
3333 - name : Set up JDK ${{ vars.JAVA_VERSION }}
34- uses : actions/setup-java@v4
34+ uses : actions/setup-java@v5
3535 with :
3636 java-version : ${{ vars.JAVA_VERSION }}
3737 distribution : ' temurin'
Original file line number Diff line number Diff line change 9494 ${{inputs.DOCKER_IMAGE_TAG }} &
9595
9696 - name : Set up JDK ${{ vars.JAVA_VERSION }}
97- uses : actions/setup-java@v4
97+ uses : actions/setup-java@v5
9898 with :
9999 java-version : ${{ vars.JAVA_VERSION }}
100100 distribution : ' temurin'
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v5
1818
1919 - name : Set up JDK ${{ vars.JAVA_VERSION }}
20- uses : actions/setup-java@v4
20+ uses : actions/setup-java@v5
2121 with :
2222 java-version : ${{ vars.JAVA_VERSION }}
2323 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments