Skip to content

Commit 30e3d0b

Browse files
committed
github: switch to checkout v1
V2 handles tags incorrectly (actions/checkout#290) and the easiest solution is to simply switch to v1.
1 parent ee02dd7 commit 30e3d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Check out repo
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v1
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)