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

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


The following commit(s) were added to refs/heads/master by this push:
     new cc1e5d4  chore(deps): bump actions/setup-python from 2.2.2 to 2.3.1 
(#2229)
cc1e5d4 is described below

commit cc1e5d4804f3db20ae52d32dd6f879b46aa331ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 1 10:42:07 2021 +0800

    chore(deps): bump actions/setup-python from 2.2.2 to 2.3.1 (#2229)
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@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 c4ffd89..3fa5796 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -34,7 +34,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
-      - uses: actions/[email protected]
+      - uses: actions/[email protected]
         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