This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push: new 51c25a8 upgrade cache plugin (#2413) 51c25a8 is described below commit 51c25a8325a108b67dd3a3b15228e51bcb179ccd Author: liubao68 <bi...@qq.com> AuthorDate: Tue Jun 15 14:11:55 2021 +0800 upgrade cache plugin (#2413) --- .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 933e7a1..b86bfb6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,12 +20,12 @@ jobs: uses: actions/setup-java@v1 with: java-version: 1.8 - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | - ${{ runner.os }}-maven + ${{ runner.os }}-maven- - name: Compilation and Installation run: bash scripts/build.sh install - name: publish coverage report