You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/05/06 03:44:52 UTC

[apisix-website] branch master updated: chore(deps): bump actions/checkout from 3.0.1 to 3.0.2 (#1049)

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 d07d71ab01b chore(deps): bump actions/checkout from 3.0.1 to 3.0.2 (#1049)
d07d71ab01b is described below

commit d07d71ab01b60f1b8540184b4207e2b3d3abfbe4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 6 11:44:48 2022 +0800

    chore(deps): bump actions/checkout from 3.0.1 to 3.0.2 (#1049)
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/deploy.yml     | 2 +-
 .github/workflows/link-check.yml | 2 +-
 .github/workflows/lint.yml       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index fe170cd2f99..7e7c81bbb49 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/checkout@v3.0.1
+      - uses: actions/checkout@v3.0.2
       - uses: actions/setup-node@v3
         with:
           node-version: "14"
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index b6a60f38a57..9dfee4dc6f4 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/checkout@v3.0.1
+      - uses: actions/checkout@v3.0.2
       - uses: actions/setup-node@v3
         with:
           node-version: "14"
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index d642be2659b..fa5954043bb 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/checkout@v3.0.1
+      - uses: actions/checkout@v3.0.2
       - name: 🚀 Use Node.js
         uses: actions/setup-node@v3
         with:
@@ -18,7 +18,7 @@ jobs:
     name: 🍏 YAML
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3.0.1
+      - uses: actions/checkout@v3.0.2
       - uses: actions/setup-python@v3
         with:
           python-version: '3.x'  # Version range or exact version of a Python version to use, using SemVer's version range syntax