Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 18, 2021
1 parent d234ebc commit 0f6e75f
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 @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: 🏗 Set up Python 3.8
id: python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
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.4.0
- name: 🏗 Set up Python 3.8
id: python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
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 @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: 🏗 Set up Python ${{ matrix.python }}
id: python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python }}
- name: 🏗 Get pip cache dir
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/download-artifact@v2.0.10
- name: 🏗 Set up Python 3.9
id: python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
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 @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: 🏗 Set up Python ${{ matrix.python }}
id: python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python }}
- name: 🏗 Get pip cache dir
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: 🏗 Set up Python ${{ matrix.python }}
id: python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python }}
- name: 🏗 Read .nvmrc
Expand Down

0 comments on commit 0f6e75f

Please sign in to comment.