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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 02cfa5b7b3 Bump up actions/cache to v4 (#12845)
02cfa5b7b3 is described below

commit 02cfa5b7b35e2e836615d10fa3ce667698b4016a
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Tue Dec 10 10:29:50 2024 +0800

    Bump up actions/cache to v4 (#12845)
---
 .github/workflows/publish-docker-e2e-service.yaml |  2 +-
 .github/workflows/publish-docker.yaml             |  2 +-
 .github/workflows/skywalking.yaml                 | 10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/publish-docker-e2e-service.yaml 
b/.github/workflows/publish-docker-e2e-service.yaml
index 3fd1b8b249..4474fd7087 100644
--- a/.github/workflows/publish-docker-e2e-service.yaml
+++ b/.github/workflows/publish-docker-e2e-service.yaml
@@ -43,7 +43,7 @@ jobs:
         with:
           submodules: true
       - name: Cache local Maven repository
-        uses: actions/cache@v2
+        uses: actions/cache@v4
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index 01c7e0b20d..badf956aae 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -40,7 +40,7 @@ jobs:
         with:
           submodules: true
       - name: Cache local Maven repository
-        uses: actions/cache@v2
+        uses: actions/cache@v4
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/skywalking.yaml 
b/.github/workflows/skywalking.yaml
index 3e1e66e40e..f61a5bf0d3 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -248,7 +248,7 @@ jobs:
         with:
           submodules: true
       - name: Cache maven repository
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -276,7 +276,7 @@ jobs:
         with:
           submodules: true
       - name: Cache maven repository
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -310,7 +310,7 @@ jobs:
         with:
           submodules: true
       - name: Cache maven repository
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -731,7 +731,7 @@ jobs:
           username: ${{ github.repository_owner }}
           password: ${{ secrets.GITHUB_TOKEN }}
       - name: Cache maven repository
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ 
hashFiles('test/e2e-v2/java-test-service/**/pom.xml') }}
@@ -854,7 +854,7 @@ jobs:
           java-version: ${{ matrix.java-version }}
           distribution: temurin
       - name: Cache maven repository
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ~/.m2/repository
           key: ${{ runner.os }}-maven-${{ 
hashFiles('test/e2e-v2/java-test-service/**/pom.xml') }}

Reply via email to