Skip to content

Commit

Permalink
Use deadsnakes/action@v2.0.1 to fix 3.9-dev job
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 20, 2020
1 parent 30306d0 commit 056f415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -47,7 +47,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }} from deadsnakes
if: endsWith(matrix.python-version, '-dev')
uses: deadsnakes/action@v1.0.0
uses: deadsnakes/action@v2.0.1
with:
python-version: ${{ matrix.python-version }}
- name: Log python version info (${{ matrix.python-version }})
Expand Down

0 comments on commit 056f415

Please sign in to comment.