Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2022
1 parent 7fd313c commit 52e5020
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
needs: [format, lint]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.5'
- run: pip install tox
Expand All @@ -35,7 +35,7 @@ jobs:
needs: [format, lint]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.6'
- run: pip install tox
Expand All @@ -45,7 +45,7 @@ jobs:
needs: [format, lint]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- run: pip install tox
Expand All @@ -55,7 +55,7 @@ jobs:
needs: [format, lint]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- run: pip install tox
Expand All @@ -65,7 +65,7 @@ jobs:
needs: [format, lint]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- run: pip install tox
Expand All @@ -75,7 +75,7 @@ jobs:
needs: [format, lint]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install tox
Expand Down

0 comments on commit 52e5020

Please sign in to comment.