Skip to content

Commit

Permalink
Merge pull request #18 from jenkinsci/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-v2

Bump actions/setup-java from v1 to v2
  • Loading branch information
dconneely authored Apr 12, 2021
2 parents 16f812f + 4475848 commit 3d5772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
restore-keys: |
maven-${{ matrix.os }}-
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 8
Expand Down

0 comments on commit 3d5772c

Please sign in to comment.