Skip to content

Commit

Permalink
Bump actions/setup-python from 1 to 2.3.2 (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 14, 2022
1 parent e6ef9ed commit 781fe5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v1
uses: actions/setup-python@v2.3.2
with:
python-version: "3.7"
- name: flake8 Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo ::set-output name=version::$APP_VERSION
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v2.3.2
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand Down

0 comments on commit 781fe5c

Please sign in to comment.