Skip to content

Commit

Permalink
Merge pull request #5 from eclipse-opensmartclide/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-java-3

Bump actions/setup-java from 2 to 3
  • Loading branch information
deanone authored Oct 12, 2022
2 parents c7bd594 + 48bfd55 commit 5cb4bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
Expand Down

0 comments on commit 5cb4bfc

Please sign in to comment.