You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2022/04/11 01:23:42 UTC

[apisix-dashboard] branch master updated: chore(deps): bump actions/setup-python from 2.3.2 to 3.1.1 (#2414)

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-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new d270f36c chore(deps): bump actions/setup-python from 2.3.2 to 3.1.1 (#2414)
d270f36c is described below

commit d270f36c903fc7ec9d1224d0054ef8df2b69a24e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 11 09:23:38 2022 +0800

    chore(deps): bump actions/setup-python from 2.3.2 to 3.1.1 (#2414)
---
 .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 8c893e5f..413bb73f 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -34,7 +34,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v3
-      - uses: actions/setup-python@v2.3.2
+      - uses: actions/setup-python@v3.1.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