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
| datasource  | package              | from | to |
| ----------- | -------------------- | ---- | -- |
| github-tags | actions/setup-python | v3   | v4 |
| github-tags | actions/setup-python | v3   | v4 |
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent 4c36043 commit 821ce25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- run: pip install -e . && pip install -r requirements.txt && pip install coveralls==3.0.1
Expand All @@ -50,7 +50,7 @@ jobs:
- python: "3.10"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- run: pip install -e . && pip install $(cat requirements.txt | grep pytest)
Expand Down

0 comments on commit 821ce25

Please sign in to comment.