Skip to content

Commit

Permalink
Bump actions/setup-python from v1 to v2.2.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1 to v2.2.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v1...3105fb1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 11, 2021
1 parent 78e6205 commit 14971a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_layout.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.1
with:
python-version: 3.7
- name: Install Requirements
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.1
with:
python-version: 3.7
- name: Install Requirements
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.1
with:
python-version: 3.7
architecture: x64
Expand Down

0 comments on commit 14971a0

Please sign in to comment.