Merge branch 'pr-2776' into master
Bump actions/setup-java from v1.4.0 to v1.4.2 #2776
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -21,7 +21,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.2
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
- name: Build with mvnw
|
||||
|
Reference in New Issue
Block a user