Skip to content

Commit 66692cb

Browse files
committed
Merge remote-tracking branch 'jenkinsci/master' into master
2 parents 76b089c + 18d63dc commit 66692cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
with:
4848
fetch-depth: 0
4949
- name: Set up JDK 8
50-
uses: actions/setup-java@v2
50+
uses: actions/setup-java@v3
5151
with:
52-
distribution: 'adopt'
52+
distribution: temurin
5353
java-version: 8
5454
- name: Release
55-
uses: jenkins-infra/jenkins-maven-cd-action@v1.2.0
55+
uses: jenkins-infra/jenkins-maven-cd-action@v1.3.0
5656
with:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}

0 commit comments

Comments
 (0)