Skip to content

Commit

Permalink
Merge pull request #42 from lip6/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-java-3.13.0

Bump actions/setup-java from 3.11.0 to 3.13.0
  • Loading branch information
yanntm authored Sep 25, 2023
2 parents 8b131fa + 6b8307d commit 42a894e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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@v3.11.0
uses: actions/setup-java@v3.13.0
with:
java-version: 11
distribution: 'zulu'
Expand Down

0 comments on commit 42a894e

Please sign in to comment.