Skip to content

Commit

Permalink
Bump actions/setup-python from 2 to 3 (#756)
Browse files Browse the repository at this point in the history
* 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>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
  • Loading branch information
3 people committed May 16, 2022
1 parent ac92b07 commit 235f01c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -22,7 +22,8 @@ jobs:

steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
- uses: "actions/setup-python@v3"

with:
python-version: "${{ matrix.python-version }}"

Expand All @@ -38,7 +39,7 @@ jobs:

# We always use a modern Python version for combining coverage to prevent
# parsing errors in older versions for modern code.
- uses: "actions/setup-python@v2"
- uses: "actions/setup-python@v3"
with:
python-version: "3.8"

Expand All @@ -62,7 +63,8 @@ jobs:

steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
- uses: "actions/setup-python@v3"

with:
python-version: "3.8"

Expand All @@ -88,7 +90,8 @@ jobs:

steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
- uses: "actions/setup-python@v3"

with:
python-version: "3.8"

Expand Down

0 comments on commit 235f01c

Please sign in to comment.