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
commit 7f7e383daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 }}