Skip to content

Commit

Permalink
Bump actions/setup-python from v2.1.4 to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 21, 2020
1 parent d88fa51 commit 40e56e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4

- uses: actions/setup-python@v2.1.4
- uses: actions/setup-python@v2.2.1
with:
python-version: 3.7

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4

- uses: actions/setup-python@v2.1.4
- uses: actions/setup-python@v2.2.1
with:
python-version: 3.7

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2.3.4

- name: Set up Python 3.7
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.2.1
with:
python-version: 3.7

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v2.3.4

- name: Set up Python 3.7
uses: actions/setup-python@v2.1.4
uses: actions/setup-python@v2.2.1
with:
python-version: 3.7

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4

- uses: actions/setup-python@v2.1.4
- uses: actions/setup-python@v2.2.1
with:
python-version: 3.8

Expand Down

0 comments on commit 40e56e1

Please sign in to comment.