File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v5.0.0
3232 with :
3333 fetch-depth : 0
34- - uses : actions/setup-java@v3
34+ - uses : actions/setup-java@v5
3535 with :
3636 distribution : ' temurin'
3737 java-version : ' 11'
5555 - uses : actions/checkout@v5.0.0
5656 with :
5757 fetch-depth : 0
58- - uses : actions/setup-java@v3
58+ - uses : actions/setup-java@v5
5959 with :
6060 distribution : ' temurin'
6161 java-version : ${{ matrix.jdk }}
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v5.0.0
1414 with :
1515 fetch-depth : 0
16- - uses : actions/setup-java@v3
16+ - uses : actions/setup-java@v5
1717 with :
1818 distribution : ' temurin'
1919 java-version : ' 11'
Original file line number Diff line number Diff line change 2020 with :
2121 ref : ${{ github.event.workflow_run.head_branch }}
2222 fetch-depth : 0
23- - uses : actions/setup-java@v3
23+ - uses : actions/setup-java@v5
2424 with :
2525 distribution : ' temurin'
2626 java-version : ' 11'
You can’t perform that action at this time.
0 commit comments