This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new e30db35 chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#663)
e30db35 is described below
commit e30db35e1ac4033d675b0cf98c62916992f5ed59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 22 00:33:27 2021 +0800
chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#663)
---
.github/workflows/deploy.yml | 2 +-
.github/workflows/link-check.yml | 2 +-
.github/workflows/lint.yml | 4 ++--
.github/workflows/preview.yml | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index f0f7b0a..4d4850b 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the
job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can
access it
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "14"
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index 9bc71f6..22d0317 100644
--- a/.github/workflows/link-check.yml
+++ b/.github/workflows/link-check.yml
@@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the
job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can
access it
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "12"
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 79c315a..0e887e6 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
name: 🍇 Markdown
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: 🚀 Use Node.js
uses: actions/[email protected]
with:
@@ -18,7 +18,7 @@ jobs:
name: 🍏 YAML
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: '3.x' # Version range or exact version of a Python
version to use, using SemVer's version range syntax
diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml
index 82f3313..9e3cb5b 100644
--- a/.github/workflows/preview.yml
+++ b/.github/workflows/preview.yml
@@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]