Skip to content

Commit

Permalink
Bump actions/setup-python from v2.1.3 to v2.1.4 (#193)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.1.3...41b7212)

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 Oct 19, 2020
1 parent f50c123 commit 75d4d3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Python environment
uses: actions/setup-python@v2.1.3
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ matrix.python }}
- name: Install Requirements
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Python environment
uses: actions/setup-python@v2.1.3
uses: actions/setup-python@v2.1.4
with:
python-version: '3.7'
- name: Install Requirements
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypiupload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Publish to PyPi
uses: actions/setup-python@v2.1.3
uses: actions/setup-python@v2.1.4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 75d4d3c

Please sign in to comment.