Skip to content

Commit

Permalink
Merge pull request #21 from martinellich/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-java-4

Bump actions/setup-java from 1 to 4
  • Loading branch information
simasch authored Nov 5, 2024
2 parents ffb022d + b36dc7d commit 92fbce7
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 @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
- name: Build with Maven
Expand Down

0 comments on commit 92fbce7

Please sign in to comment.