You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/03/22 08:21:23 UTC

[apisix] branch master updated: build(deps): bump actions/cache from 2.1.7 to 3 (#6683)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6ec3cb3  build(deps): bump actions/cache from 2.1.7 to 3 (#6683)
6ec3cb3 is described below

commit 6ec3cb322a20535a10d1f4b7a97c2b2d7dfc2403
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 22 16:21:17 2022 +0800

    build(deps): bump actions/cache from 2.1.7 to 3 (#6683)
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/build.yml       | 2 +-
 .github/workflows/chaos.yml       | 2 +-
 .github/workflows/cli-master.yml  | 2 +-
 .github/workflows/cli.yml         | 2 +-
 .github/workflows/fuzzing-ci.yaml | 2 +-
 .github/workflows/performance.yml | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ef861c8..c88b064 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
           go-version: "1.17"
 
       - name: Cache deps
-        uses: actions/cache@v2.1.7
+        uses: actions/cache@v3
         env:
           cache-name: cache-deps
         with:
diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml
index 9398a21..147e023 100644
--- a/.github/workflows/chaos.yml
+++ b/.github/workflows/chaos.yml
@@ -25,7 +25,7 @@ jobs:
         with:
           go-version: "1.16"
 
-      - uses: actions/cache@v2.1.7
+      - uses: actions/cache@v3
         with:
           path: |
             ~/.cache/go-build
diff --git a/.github/workflows/cli-master.yml b/.github/workflows/cli-master.yml
index 506dc23..f707b77 100644
--- a/.github/workflows/cli-master.yml
+++ b/.github/workflows/cli-master.yml
@@ -35,7 +35,7 @@ jobs:
           submodules: recursive
 
       - name: Cache deps
-        uses: actions/cache@v2.1.7
+        uses: actions/cache@v3
         env:
           cache-name: cache-deps
         with:
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
index 8d1576c..901c738 100644
--- a/.github/workflows/cli.yml
+++ b/.github/workflows/cli.yml
@@ -40,7 +40,7 @@ jobs:
           submodules: recursive
 
       - name: Cache deps
-        uses: actions/cache@v2.1.7
+        uses: actions/cache@v3
         env:
           cache-name: cache-deps
         with:
diff --git a/.github/workflows/fuzzing-ci.yaml b/.github/workflows/fuzzing-ci.yaml
index 4e46c7a..fbbd621 100644
--- a/.github/workflows/fuzzing-ci.yaml
+++ b/.github/workflows/fuzzing-ci.yaml
@@ -29,7 +29,7 @@ jobs:
         submodules: recursive
 
     - name: Cache deps
-      uses: actions/cache@v2.1.7
+      uses: actions/cache@v3
       env:
         cache-name: cache-deps
       with:
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml
index 70d5a29..3811c38 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -20,7 +20,7 @@ jobs:
           submodules: recursive
 
       - name: Cache deps
-        uses: actions/cache@v2.1.7
+        uses: actions/cache@v3
         env:
           cache-name: cache-deps
         with: