Skip to content

Commit

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

chore(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
jorsol authored Jun 1, 2024
2 parents 5892f7d + 545f92a commit 440d288
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 @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'zulu'
Expand Down

0 comments on commit 440d288

Please sign in to comment.