Use checkout@v2

This commit is contained in:
Yuji Kanagawa 2020-03-25 11:28:33 +09:00 committed by Jack O'Connor
parent 4a0c316b23
commit 139a1e6e6b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with: