Skip to content

Commit 0abc110

Browse files
Copilotvharseko
andauthored
Bump actions/setup-java to v5 and softprops/action-gh-release to v3 (#180)
Agent-Logs-Url: https://github.com/OpenIdentityPlatform/commons/sessions/4d216ce0-72ed-47dd-98d3-d9df24b9155a Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 parent eac858b commit 0abc110

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: ${{ matrix.Java }}-${{ matrix.os }}
18-
uses: actions/setup-java@v4
18+
uses: actions/setup-java@v5
1919
with:
2020
java-version: ${{ matrix.java }}
2121
distribution: 'zulu'

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: recursive
2929
ref: ${{ github.event.workflow_run.head_branch }}
3030
- name: Set up Java for publishing to Maven Central Repository OSS
31-
uses: actions/setup-java@v4
31+
uses: actions/setup-java@v5
3232
with:
3333
java-version: ${{ github.event.workflow_run.head_branch == 'sustaining/2.4.x' && '8' || '11'}}
3434
distribution: 'temurin'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626
submodules: recursives
2727
- name: Set up Java for publishing to Maven Central Repository OSS
28-
uses: actions/setup-java@v4
28+
uses: actions/setup-java@v5
2929
with:
3030
java-version: ${{ github.event.workflow_run.head_branch == 'sustaining/2.4.x' && '8' || '11'}}
3131
distribution: 'temurin'
@@ -60,7 +60,7 @@ jobs:
6060
if: ${{ env.MAVEN_USERNAME!='' && env.MAVEN_PASSWORD!='' }}
6161
run: mvn --batch-mode -Darguments="-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}" -DsignTag=true -DtagNameFormat="${{ github.event.inputs.releaseVersion }}" -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdevelopmentVersion=${{ github.event.inputs.developmentVersion }} release:prepare release:perform --file pom.xml
6262
- name: Release on GitHub
63-
uses: softprops/action-gh-release@v2
63+
uses: softprops/action-gh-release@v3
6464
with:
6565
name: ${{ github.event.inputs.releaseVersion }}
6666
tag_name: ${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)