Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2021
1 parent 9c7cc64 commit 379c336
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: πŸ— Set up Python 3.8
id: python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: πŸ— Read .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: πŸ— Set up Python 3.8
id: python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: πŸ— Get pip cache dir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: πŸ— Set up Python ${{ matrix.python }}
id: python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python }}
- name: πŸ— Get pip cache dir
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/download-artifact@v2.0.9
- name: πŸ— Set up Python 3.9
id: python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.9
- name: πŸ— Get pip cache dir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: πŸ— Set up Python ${{ matrix.python }}
id: python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python }}
- name: πŸ— Get pip cache dir
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: πŸ— Set up Python ${{ matrix.python }}
id: python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.2.2
with:
python-version: ${{ matrix.python }}
- name: πŸ— Read .nvmrc
Expand Down

0 comments on commit 379c336

Please sign in to comment.