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 2021/11/23 09:30:21 UTC

[apisix] branch master updated: chore(deps): bump actions/cache from 2.1.6 to 2.1.7 (#5577)

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 a163bd6  chore(deps): bump actions/cache from 2.1.6 to 2.1.7 (#5577)
a163bd6 is described below

commit a163bd6c95f48f0068ae2e07955cb50b1892a718
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 23 17:30:14 2021 +0800

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

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d6a6a09..0ac7025 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
           go-version: "1.15"
 
       - name: Cache deps
-        uses: actions/cache@v2.1.6
+        uses: actions/cache@v2.1.7
         env:
           cache-name: cache-deps
         with:
diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml
index 3122de9..470b548 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
+      - uses: actions/cache@v2.1.7
         with:
           path: |
             ~/.cache/go-build
diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml
index e8d2030..bb9832b 100644
--- a/.github/workflows/cli.yml
+++ b/.github/workflows/cli.yml
@@ -41,7 +41,7 @@ jobs:
           submodules: recursive
 
       - name: Cache deps
-        uses: actions/cache@v2.1.6
+        uses: actions/cache@v2.1.7
         env:
           cache-name: cache-deps
         with:
diff --git a/.github/workflows/fuzzing-ci.yaml b/.github/workflows/fuzzing-ci.yaml
index 7fbc265..b23ec2d 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.6
+      uses: actions/cache@v2.1.7
       env:
         cache-name: cache-deps
       with: