Skip to content

Commit

Permalink
Merge pull request #379 from apache/dependabot/github_actions/1.10.x/…
Browse files Browse the repository at this point in the history
…actions/setup-java-3

Bump actions/setup-java from 2 to 3
  • Loading branch information
bdemers committed Oct 5, 2022
2 parents 542060f + 9e5e1cc commit a0172cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 8
distribution: adopt-hotspot
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java.version }}
distribution: ${{ matrix.java.dist }}
Expand Down

0 comments on commit a0172cb

Please sign in to comment.