Skip to content

Commit

Permalink
Merge pull request #64 from antlr/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-java-3

Bump actions/setup-java from 2 to 3
  • Loading branch information
teverett authored Apr 12, 2022
2 parents 087c279 + 7464661 commit b422aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 12
Expand Down

0 comments on commit b422aeb

Please sign in to comment.