This is an automated email from the ASF dual-hosted git repository.
bzp2010 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 24fbe01 chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#703)
24fbe01 is described below
commit 24fbe012d6983d4ab229bb07f0c0ad74b1bdd65c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 4 14:46:10 2021 +0800
chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#703)
---
.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 4d4850b..cd00623 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 22d0317..064baca 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 0e887e6..612ddbd 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 9e3cb5b..bd0ee04 100644
--- a/.github/workflows/preview.yml
+++ b/.github/workflows/preview.yml
@@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]