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.
2 parents 76b089c + 18d63dc commit 66692cbCopy full SHA for 66692cb
.github/workflows/cd.yaml
@@ -47,12 +47,12 @@ jobs:
47
with:
48
fetch-depth: 0
49
- name: Set up JDK 8
50
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
51
52
- distribution: 'adopt'
+ distribution: temurin
53
java-version: 8
54
- name: Release
55
- uses: jenkins-infra/jenkins-maven-cd-action@v1.2.0
+ uses: jenkins-infra/jenkins-maven-cd-action@v1.3.0
56
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
0 commit comments