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:
parent
bc0020ad96
commit
a5fd2895b6
|
@ -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