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 1f5f8b0 chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2
(#2305)
1f5f8b0 is described below
commit 1f5f8b0c3747a8bc4374c5d06dd14e8c5f77afb6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 15 21:09:26 2022 +0800
chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2 (#2305)
---
.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 f0a0b84..e153c27 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