Skip to content

Commit

Permalink
Merge pull request #612 from prometheus/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
matthiasr authored Dec 6, 2023
2 parents 34c6eab + dc43c25 commit a2aa7e9
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 @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit a2aa7e9

Please sign in to comment.