We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0979e4 commit 6c116d2Copy full SHA for 6c116d2
.github/workflows/perform-release.yml
@@ -87,7 +87,7 @@ jobs:
87
ref: ${{env.REF}} # The tag created by the release:prepare goal
88
89
- name: Set up JDK ${{ inputs.java_version }}
90
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
91
with:
92
distribution: temurin
93
java-version: ${{ inputs.java_version }}
.github/workflows/prepare-release.yml
@@ -80,7 +80,7 @@ jobs:
80
echo "NEXT_VERSION=${{steps.metadata.outputs.next-version}}" >> $GITHUB_ENV
81
82
- name: Set up JDK ${{inputs.java_version}}
83
84
85
86
java-version: ${{inputs.java_version}}
0 commit comments