We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed550a commit 6ce4bd8Copy full SHA for 6ce4bd8
1 file changed
.github/workflows/publish.yml
@@ -280,7 +280,7 @@ jobs:
280
# github.com/slsa-framework/slsa-github-generator/blob/4876e96b8268/actions/maven/publish/action.yml#L49
281
# docs.github.com/en/actions/tutorials/publish-packages/publish-java-packages-with-maven#publishing-packages-to-the-maven-central-repository-and-github-packages
282
- name: 🏛️ Setup for Maven Central
283
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
284
with:
285
java-version: '17'
286
distribution: 'temurin'
0 commit comments