Updating to checkout@v2

- Fixes some rebuild issues with GitHub Actions
This commit is contained in:
Jacob Alexander
2020-03-01 15:58:28 -08:00
parent 9de385900a
commit e0d3618aa6
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with: