Merge pull request #7753 from pytest-dev/asottile-patch-1

Update to deadsnakes/action@v2.0.0
This commit is contained in:
Anthony Sottile
2020-09-14 08:55:25 -07:00
committed by GitHub

View File

@@ -131,7 +131,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- 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'
with:
python-version: ${{ matrix.python }}