Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Merge c525582 into 767e7ac
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 4, 2022
2 parents 767e7ac + c525582 commit 4b779eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-verison: ['3.9']
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand Down

0 comments on commit 4b779eb

Please sign in to comment.