mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-09 03:25:24 +00:00
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv.git
This commit is contained in:
commit
2fff399d1a
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.5.1
|
||||
uses: actions/setup-java@v3.6.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.5.1
|
||||
uses: actions/setup-java@v3.6.0
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.java }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user