This is an automated email from the ASF dual-hosted git repository.
sunyi 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 d5a46a8 chore(deps): bump actions/cache from v2 to v2.1.4 (#1708)
d5a46a8 is described below
commit d5a46a89c4cdddb2ed4d94e992512bb7c43048db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 6 11:11:13 2021 +0800
chore(deps): bump actions/cache from v2 to v2.1.4 (#1708)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 98e76c6..644cf47 100644
--- a/.github/workflows/frontend-e2e-test.yml
+++ b/.github/workflows/frontend-e2e-test.yml
@@ -46,7 +46,7 @@ jobs:
nohup go run ./cmd/manager &
- name: Cache node_modules
- uses: actions/cache@v2
+ uses: actions/[email protected]
id: yarn-cache
with:
path: '*/node_modules'
@@ -55,7 +55,7 @@ jobs:
${{ runner.os }}-yarn-cache0
- name: Cache Cypress binary
- uses: actions/cache@v2
+ uses: actions/[email protected]
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 d919299..4bad9c6 100644
--- a/.github/workflows/frontend-plugin-e2e-test.yml
+++ b/.github/workflows/frontend-plugin-e2e-test.yml
@@ -44,7 +44,7 @@ jobs:
nohup go run ./cmd/manager &
- name: Cache node_modules
- uses: actions/cache@v2
+ uses: actions/[email protected]
id: yarn-cache
with:
path: '*/node_modules'
@@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-yarn-cache0
- name: Cache Cypress binary
- uses: actions/cache@v2
+ uses: actions/[email protected]
id: cypress-binary-cache
with:
path: '*/cypress/cache'