Skip to content

Commit

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

Bump actions/setup-java from 3.5.1 to 3.8.0
  • Loading branch information
garydgregory authored Dec 9, 2022
2 parents b608e39 + 7c99a90 commit 5d8bea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.8.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v3.8.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 5d8bea3

Please sign in to comment.