Merge pull request #174 from apache/dependabot/github_actions/actions/setup-java-v1.4.1

Bump actions/setup-java from v1.4.0 to v1.4.1
This commit is contained in:
Bruno P. Kinoshita 2020-08-12 18:44:44 +12:00 committed by GitHub
commit 62febb3ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1.4.0
uses: actions/setup-java@v1.4.1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven