You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/05/12 11:00:24 UTC

[apisix] branch master updated: chore(deps): bump actions/checkout from 2 to 2.3.4 (#4225)

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

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new c9d3cba  chore(deps): bump actions/checkout from 2 to 2.3.4 (#4225)
c9d3cba is described below

commit c9d3cba845673ba55626890fb08ca28f44f8a24c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 12 19:00:14 2021 +0800

    chore(deps): bump actions/checkout from 2 to 2.3.4 (#4225)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/build.yml           | 2 +-
 .github/workflows/centos7-ci.yml      | 2 +-
 .github/workflows/chaos.yml           | 2 +-
 .github/workflows/code-lint.yml       | 2 +-
 .github/workflows/doc-lint.yml        | 2 +-
 .github/workflows/fuzzing-ci.yaml     | 2 +-
 .github/workflows/lint.yml            | 4 ++--
 .github/workflows/workflow-cancel.yml | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ebda5bf..3596a3e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
 
     steps:
       - name: Check out code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v2.3.4
         with:
           submodules: recursive
 
diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml
index a7af3eb..30176af 100644
--- a/.github/workflows/centos7-ci.yml
+++ b/.github/workflows/centos7-ci.yml
@@ -27,7 +27,7 @@ jobs:
 
     steps:
     - name: Check out code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v2.3.4
       with:
         submodules: recursive
 
diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml
index b972676..2b5ff9d 100644
--- a/.github/workflows/chaos.yml
+++ b/.github/workflows/chaos.yml
@@ -11,7 +11,7 @@ jobs:
   chaos-test:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v2.3.4
         with:
           submodules: recursive
 
diff --git a/.github/workflows/code-lint.yml b/.github/workflows/code-lint.yml
index 60dde7f..78f853b 100644
--- a/.github/workflows/code-lint.yml
+++ b/.github/workflows/code-lint.yml
@@ -10,7 +10,7 @@ jobs:
   lint:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v2.3.4
     - name: Install
       run: |
         . ./ci/common.sh
diff --git a/.github/workflows/doc-lint.yml b/.github/workflows/doc-lint.yml
index 6c5ffd7..a81b592 100644
--- a/.github/workflows/doc-lint.yml
+++ b/.github/workflows/doc-lint.yml
@@ -11,7 +11,7 @@ jobs:
     name: ๐Ÿ‡ Markdown
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v2.3.4
       - name: ๐Ÿš€ Use Node.js
         uses: actions/setup-node@v2.1.5
         with:
diff --git a/.github/workflows/fuzzing-ci.yaml b/.github/workflows/fuzzing-ci.yaml
index 99a8624..a9691b8 100644
--- a/.github/workflows/fuzzing-ci.yaml
+++ b/.github/workflows/fuzzing-ci.yaml
@@ -29,7 +29,7 @@ jobs:
 
     steps:
     - name: Check out code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v2.3.4
       with:
         submodules: recursive
 
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 778ab6c..f0f83cd 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
     name: ๐ŸŒŒ Trailing whitespace
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v2.3.4
       - name: ๐Ÿงน Check for trailing whitespace
         run: "! git grep -EIn $'[ \t]+$'"
   misc:
@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out code.
-        uses: actions/checkout@v2
+        uses: actions/checkout@v2.3.4
       - name: Install
         run: |
           wget -O - -q https://git.io/misspell | sh -s -- -b .
diff --git a/.github/workflows/workflow-cancel.yml b/.github/workflows/workflow-cancel.yml
index b60ec24..ad34ced 100644
--- a/.github/workflows/workflow-cancel.yml
+++ b/.github/workflows/workflow-cancel.yml
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
-        uses: actions/checkout@v2
+        uses: actions/checkout@v2.3.4
         with:
           submodules: recursive