Skip to content

Commit

Permalink
Bump actions/setup-python from v2.2.1 to v2.2.2 (#281)
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] committed Apr 13, 2021
1 parent ba8702c commit 8a534fa
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 8a534fa

Please sign in to comment.