Skip to content

Commit

Permalink
Merge pull request #37 from jeanlouisboudart/renovate/actions-setup-j…
Browse files Browse the repository at this point in the history
…ava-4.x

Update actions/setup-java action to v4
  • Loading branch information
jeanlouisboudart authored Mar 12, 2024
2 parents 29b883e + 8de046d commit c6475f8
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 @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
Expand Down

0 comments on commit c6475f8

Please sign in to comment.