Skip to content

Commit

Permalink
Bump actions/setup-python from 3 to 4 (#769)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v4)

---
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: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 9, 2022
1 parent d0f07fc commit 37535d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

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

with:
python-version: "${{ matrix.python-version }}"
Expand All @@ -40,7 +40,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@v3"
- uses: "actions/setup-python@v4"
with:
python-version: "3.8"

Expand All @@ -64,7 +64,7 @@ jobs:

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

with:
python-version: "3.8"
Expand All @@ -91,7 +91,7 @@ jobs:

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

with:
python-version: "3.8"
Expand Down

0 comments on commit 37535d9

Please sign in to comment.