Skip to content

Commit

Permalink
Merge pull request #92 from apache/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-java-3.6.0

RAT-311: Bump actions/setup-java from 3.4.1 to 3.6.0
  • Loading branch information
ottlinger committed Oct 20, 2022
2 parents acd35ff + e318aa5 commit bdae916
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 @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v3.4.1
uses: actions/setup-java@v3.6.0
with:
distribution: adopt
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit bdae916

Please sign in to comment.