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

Commit

Permalink
Merge 2aed154 into 589988f
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 11, 2022
2 parents 589988f + 2aed154 commit 71b3fc8
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.1
- uses: actions/setup-python@v2.3.2
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.1
- uses: actions/setup-python@v2.3.2
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand Down

0 comments on commit 71b3fc8

Please sign in to comment.