mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-13 13:35:53 +00:00
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:
commit
62febb3ffb
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user