|
@@ -21,7 +21,7 @@ jobs:
|
|
- 3.8
|
|
- 3.8
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- uses: actions/checkout@v1
|
|
- - uses: actions/setup-python@v1
|
|
+ - uses: actions/setup-python@v2.2.2
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
- run: pip install --upgrade pipenv==2020.8.13
|
|
- run: pip install --upgrade pipenv==2020.8.13
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
fail-fast: false
|
|
fail-fast: false
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- uses: actions/checkout@v1
|
|
- - uses: actions/setup-python@v1
|
|
+ - uses: actions/setup-python@v2.2.2
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
- run: pip install --upgrade pipenv==2020.8.13
|
|
- run: pip install --upgrade pipenv==2020.8.13
|