Skip to content

Commit

Permalink
Actions(deps): Bump actions/setup-python from 2 to 3 (#336)
Browse files Browse the repository at this point in the history
* Replace "pypy3" by "pypy-3.6"

* Actions(deps): Bump actions/setup-python from 2 to 3

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v3)

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

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

Co-authored-by: Sebastian Pipping <sebastian@pipping.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and hartwork authored Jun 6, 2022
1 parent afb2110 commit 6f3c650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3

- name: Install tox
run: python -m pip install tox
Expand All @@ -33,13 +33,13 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "pypy3"
- "pypy-3.6"

steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}

Expand All @@ -64,7 +64,7 @@ jobs:
- uses: codecov/codecov-action@v1

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.tag }}
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: 3.x
- shell: bash
Expand Down

0 comments on commit 6f3c650

Please sign in to comment.