You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by sh...@apache.org on 2022/07/01 13:53:01 UTC

[servicecomb-java-chassis] branch master updated: Bump actions/cache from 2 to 3 (#3172)

This is an automated email from the ASF dual-hosted git repository.

shoothzj 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 581f45182 Bump actions/cache from 2 to 3 (#3172)
581f45182 is described below

commit 581f4518228d516111cabc6c432172b5b59f5328
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 1 21:52:55 2022 +0800

    Bump actions/cache from 2 to 3 (#3172)
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 805f377ee..d76747fc9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
       with:
         java-version: '8'
         distribution: 'temurin'
-    - uses: actions/cache@v2
+    - uses: actions/cache@v3
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}