Skip to content

Commit

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

Bump actions/setup-java from 2.2.0 to 2.3.0
  • Loading branch information
olamy committed Aug 25, 2021
2 parents 2232c62 + 33438de commit 6213c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
${{ runner.os }}-maven-
- name: Set up JDK
uses: actions/setup-java@v2.2.0
uses: actions/setup-java@v2.3.0
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down

0 comments on commit 6213c1e

Please sign in to comment.