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 370849c  chore(deps): bump actions/setup-python from 2.2.2 to 2.3.1 
(#779)
370849c is described below

commit 370849c68554a7e19fe030e226d41aad29704246
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 1 00:53:25 2021 +0800

    chore(deps): bump actions/setup-python from 2.2.2 to 2.3.1 (#779)
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 .github/workflows/lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index bb2a83c..4d63ea4 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2.4.0
-      - uses: actions/setup-python@v2.2.2
+      - uses: actions/setup-python@v2.3.1
         with:
           python-version: '3.x'  # Version range or exact version of a Python 
version to use, using SemVer's version range syntax
           architecture: 'x64'  # optional x64 or x86. Defaults to x64 if not 
specified

Reply via email to