Merge pull request #8457 from tk0miya/update_deadsnake/action_to_2.0.1

CI: Update deadsnake/action to 2.0.1
This commit is contained in:
Takeshi KOMIYA 2020-11-21 01:17:06 +09:00 committed by GitHub
commit 8a622ba7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,12 +42,10 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Set up Python ${{ matrix.python }} (deadsnakes)
uses: deadsnakes/action@v1.0.0
uses: deadsnakes/action@v2.0.1
if: endsWith(matrix.python, '-dev')
with:
python-version: ${{ matrix.python }}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: Check Python version
run: python --version
- name: Install graphviz