You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by yo...@apache.org on 2022/12/05 09:43:29 UTC

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

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

young 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 2a5bbf0ae1c chore(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#1354)
2a5bbf0ae1c is described below

commit 2a5bbf0ae1c6e3a30e409227585dff7c2c84c787
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 5 17:43:24 2022 +0800

    chore(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#1354)
    
    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 4aa4e5d9a46..749718ebeaf 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.2
+      - uses: actions/checkout@v3.1.0
         with:
           submodules: recursive
 
diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml
index 9f4411d9e7d..0dbcdb8342d 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.2
+      - uses: actions/checkout@v3.1.0
       - uses: actions/setup-node@v3
         with:
           node-version: "16"
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 35a8d142cd2..e9ea7577503 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.2
+      - uses: actions/checkout@v3.1.0
       - 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.2
+      - uses: actions/checkout@v3.1.0
       - uses: actions/setup-python@v4.1.0
         with:
           python-version: '3.x'  # Version range or exact version of a Python version to use, using SemVer's version range syntax