Skip to content

Commit

Permalink
Roll back to actions/checkout v1
Browse files Browse the repository at this point in the history
v2 uses the wrong commit sometimes: actions/checkout#299
  • Loading branch information
lethosor committed Jul 27, 2020
1 parent 5693704 commit 289e0df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
zlib1g-dev
pip install sphinx
- name: Clone DFHack
uses: actions/checkout@v2
uses: actions/checkout@v1
with:
fetch-depth: 0 # unlimited - we need past tags
submodules: true
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
sudo apt-get update
sudo apt-get install lua5.3
- name: Clone DFHack
uses: actions/checkout@v2
uses: actions/checkout@v1
with:
submodules: true
# don't need tags here
Expand Down
2 changes: 1 addition & 1 deletion library/xml
2 changes: 1 addition & 1 deletion scripts

0 comments on commit 289e0df

Please sign in to comment.