Merge pull request #622 from apache/dependabot/github_actions/actions/setup-java-v1.4.3

Bump actions/setup-java from v1.4.2 to v1.4.3
This commit is contained in:
Rob Tompkins 2020-10-01 10:05:37 -04:00 committed by GitHub
commit a769ebc3e6
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: | restore-keys: |
${{ runner.os }}-maven- ${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }} - name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1.4.2 uses: actions/setup-java@v1.4.3
with: with:
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
- name: Build with Maven - name: Build with Maven