Skip to content

Commit

Permalink
Merge 3d35d35 into f2366cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 3, 2021
2 parents f2366cd + 3d35d35 commit f9fb500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0
- uses: actions/setup-python@v2.3.1
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand All @@ -42,7 +42,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2.3.0
- uses: actions/setup-python@v2.3.1
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
python-verison: ['3.9']
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2.3.0
- uses: actions/setup-python@v2.3.1
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand Down

0 comments on commit f9fb500

Please sign in to comment.