Merge pull request #7753 from pytest-dev/asottile-patch-1
Update to deadsnakes/action@v2.0.0
This commit is contained in:
commit
7f7e383daf
|
@ -131,7 +131,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
- name: Set up Python ${{ matrix.python }} (deadsnakes)
|
- name: Set up Python ${{ matrix.python }} (deadsnakes)
|
||||||
uses: deadsnakes/action@v1.0.0
|
uses: deadsnakes/action@v2.0.0
|
||||||
if: matrix.python == '3.9-dev'
|
if: matrix.python == '3.9-dev'
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
Loading…
Reference in New Issue