Skip to content

Commit

Permalink
Bump actions/setup-python from 2.3.0 to 2.3.1 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 30, 2021
1 parent 4a5dfee commit 3f87883
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 @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: πŸ— Set up Python 3.8
id: python
uses: actions/setup-python@v2.3.0
uses: actions/setup-python@v2.3.1
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.3.0
uses: actions/setup-python@v2.3.1
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.3.0
uses: actions/setup-python@v2.3.1
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.3.0
uses: actions/setup-python@v2.3.1
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.3.0
uses: actions/setup-python@v2.3.1
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.3.0
uses: actions/setup-python@v2.3.1
with:
python-version: ${{ matrix.python }}
- name: πŸ— Read .nvmrc
Expand Down

0 comments on commit 3f87883

Please sign in to comment.