mirror of
https://github.com/apache/commons-collections.git
synced 2025-03-06 00:39:28 +00:00
Bump actions/setup-java from 3.6.0 to 3.7.0 #126
This commit is contained in:
parent
a1de787172
commit
cfd5b6e567
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
- name: Set up JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v3.6.0
|
||||
uses: actions/setup-java@v3.7.0
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.java }}
|
||||
|
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
- name: Set up JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v3.6.0
|
||||
uses: actions/setup-java@v3.7.0
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.java }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user