Skip to content

Commit 35c2d82

Browse files
authored
Merge pull request jenkinsci#138 from jenkinsci/dependabot/github_actions/actions/setup-java-3
Bump actions/setup-java from 2 to 3
2 parents e993859 + b66357d commit 35c2d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ 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:
5252
distribution: 'adopt'
5353
java-version: 8

0 commit comments

Comments
 (0)