Skip to content

Commit

Permalink
Merge pull request #5 from lip6/dependabot/github_actions/actions/set…
Browse files Browse the repository at this point in the history
…up-java-3

Bump actions/setup-java from 2 to 3
  • Loading branch information
yanntm authored May 11, 2022
2 parents 6e423fe + 5294ef2 commit 91dc105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ITS-commandline/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
Expand Down

0 comments on commit 91dc105

Please sign in to comment.