This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-graph.git
The following commit(s) were added to refs/heads/master by this push: new a613108 Update to latest cache a613108 is described below commit a6131082ea7c3ba84b4500a4a1f46dcdfb38f205 Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 25 23:28:32 2022 +0100 Update to latest cache [CI SKIP] --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0056d0c..ca9c8fc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v3.1.0 with: persist-credentials: false - - uses: actions/cache@v3.0.10 + - uses: actions/cache@v3.0.11 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -60,4 +60,4 @@ jobs: - name: Build with Maven run: mvn -V --batch-mode --no-transfer-progress install -D"maven.javadoc.skip=true" -D"org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: Generate jacoco:report - run: mvn jacoco:report # coveralls:report + run: mvn -V --batch-mode --no-transfer-progress jacoco:report # coveralls:report