update GH actions to use v2

This commit is contained in:
L1ghtn1ng 2020-02-15 22:54:31 +00:00
parent 592191eb5f
commit 84ce6cb1b3

View file

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