Upgrade to checkout@v2

develop
lethosor 2020-06-29 23:00:20 -04:00
parent c4aebfdf65
commit 6b2887d31b
1 changed files with 2 additions and 1 deletions

@ -24,8 +24,9 @@ jobs:
zlib1g-dev
pip install sphinx
- name: Clone DFHack
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0 # unlimited - we need past tags
submodules: true
- name: Set up environment
id: env_setup