File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 fetch-depth : 2
1212 # required by release-tag.sh to allow pushing with another credentials so other workflows are triggered
1313 persist-credentials : false
14- - uses : actions/setup-java@v5.0 .0
14+ - uses : actions/setup-java@v5.1 .0
1515 with :
1616 distribution : temurin
1717 java-version : 21
Original file line number Diff line number Diff line change 1818 uses : olegtarasov/get-tag@v2.1.4
1919 id : tagName
2020 - name : Setup Java
21- uses : actions/setup-java@v5.0 .0
21+ uses : actions/setup-java@v5.1 .0
2222 with :
2323 distribution : temurin
2424 java-version : 21
Original file line number Diff line number Diff line change 1616 with :
1717 token : ${{ secrets.GITHUB_TOKEN }}
1818 - name : Set up JDK
19- uses : actions/setup-java@v5.0 .0
19+ uses : actions/setup-java@v5.1 .0
2020 with :
2121 java-version : ' 21'
2222 distribution : temurin
You can’t perform that action at this time.
0 commit comments