Skip to content

Commit

Permalink
Bump actions/setup-python from 4.3.1 to 4.7.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.3.1...v4.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2023
1 parent 10e1c02 commit 88d4d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.7.0
with:
python-version: 3.8
- name: Upgrade pip
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
shell: bash
run: ls -la wheelhouse
- name: Set up Python 3.8 to combine coverage Linux
uses: actions/setup-python@v4.3.1
uses: actions/setup-python@v4.7.0
if: runner.os == 'Linux'
with:
python-version: 3.8
Expand Down

0 comments on commit 88d4d0f

Please sign in to comment.