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/02/13 11:02:16 UTC

[apisix-website] branch master updated: chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2 (#868)

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 2135720  chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2 (#868)
2135720 is described below

commit 2135720124953c72af4fc74916a65edf2bf1d4c3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Feb 13 19:02:06 2022 +0800

    chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2 (#868)
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.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 1afc933..7b764ee 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.3.1
+      - uses: actions/setup-python@v2.3.2
         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