Skip to content

Commit 18d63dc

Browse files
Merge pull request #525 from jenkinsci/dependabot/github_actions/actions/setup-java-3
2 parents e104d01 + 5174401 commit 18d63dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ 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
5555
uses: jenkins-infra/[email protected]

0 commit comments

Comments
 (0)