Update to deadsnakes/action@v2.0.0

should be a noop (despite the major version bump) -- I rewrote the action to be more stable and need fewer security updates
This commit is contained in:
Anthony Sottile 2020-09-13 12:55:56 -07:00 committed by GitHub
parent bc0020ad96
commit a5fd2895b6
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 }}