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 1010 name : changelogPrint
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : actions/setup-java@v4
13+ - uses : actions/setup-java@v5
1414 with :
1515 java-version : 21
1616 distribution : ' temurin'
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
26- - uses : actions/setup-java@v4
26+ - uses : actions/setup-java@v5
2727 with :
2828 distribution : " temurin"
2929 java-version : 21
5858 steps :
5959 - name : Checkout
6060 uses : actions/checkout@v5
61- - uses : actions/setup-java@v4
61+ - uses : actions/setup-java@v5
6262 with :
6363 distribution : " temurin"
6464 java-version : ${{ matrix.jre }}
Original file line number Diff line number Diff line change 3838 ORG_GRADLE_PROJECT_gpg_key64 : ${{ secrets.GPG_KEY64 }}
3939 steps :
4040 - uses : actions/checkout@v5
41- - uses : actions/setup-java@v4
41+ - uses : actions/setup-java@v5
4242 with :
4343 java-version : 21
4444 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments