You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2021/05/31 02:00:56 UTC

[apisix-dashboard] branch master updated: chore(deps): bump actions/cache from 2.1.4 to 2.1.6 (#1923)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ee1685d  chore(deps): bump actions/cache from 2.1.4 to 2.1.6 (#1923)
ee1685d is described below

commit ee1685d1fceedf0f6afa4bada896c1b7edc4424a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 31 10:00:45 2021 +0800

    chore(deps): bump actions/cache from 2.1.4 to 2.1.6 (#1923)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/frontend-e2e-test.yml        | 4 ++--
 .github/workflows/frontend-plugin-e2e-test.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/frontend-e2e-test.yml b/.github/workflows/frontend-e2e-test.yml
index dac7e06..6e26a7a 100644
--- a/.github/workflows/frontend-e2e-test.yml
+++ b/.github/workflows/frontend-e2e-test.yml
@@ -53,7 +53,7 @@ jobs:
           nohup go run ./cmd/manager &
 
       - name: Cache node_modules
-        uses: actions/cache@v2.1.4
+        uses: actions/cache@v2.1.6
         id: yarn-cache
         with:
           path: '*/node_modules'
@@ -62,7 +62,7 @@ jobs:
             ${{ runner.os }}-yarn-cache0
 
       - name: Cache Cypress binary
-        uses: actions/cache@v2.1.4
+        uses: actions/cache@v2.1.6
         id: cypress-binary-cache
         with:
           path: '*/cypress/cache'
diff --git a/.github/workflows/frontend-plugin-e2e-test.yml b/.github/workflows/frontend-plugin-e2e-test.yml
index 1ce91d6..bf29da5 100644
--- a/.github/workflows/frontend-plugin-e2e-test.yml
+++ b/.github/workflows/frontend-plugin-e2e-test.yml
@@ -55,7 +55,7 @@ jobs:
           nohup go run ./cmd/manager &
 
       - name: Cache node_modules
-        uses: actions/cache@v2.1.4
+        uses: actions/cache@v2.1.6
         id: yarn-cache
         with:
           path: '*/node_modules'
@@ -64,7 +64,7 @@ jobs:
             ${{ runner.os }}-yarn-cache0
 
       - name: Cache Cypress binary
-        uses: actions/cache@v2.1.4
+        uses: actions/cache@v2.1.6
         id: cypress-binary-cache
         with:
           path: '*/cypress/cache'