Skip to content

Commit

Permalink
github: switch to checkout v1
Browse files Browse the repository at this point in the history
V2 handles tags incorrectly
(actions/checkout#290) and the easiest
solution is to simply switch to v1.
  • Loading branch information
marquiz committed Dec 7, 2020
1 parent ee02dd7 commit 30e3d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v1
with:
fetch-depth: 0

Expand Down

0 comments on commit 30e3d0b

Please sign in to comment.