Skip to content

Commit 3924bbd

Browse files
sbc100Pat Hickey
authored andcommitted
github actions: pin checkout action to v1 (#85)
master now contains a new v2 beta version of this action that no longer supports "submodules". We can update to v2 later once it stabilizes.
1 parent ac571d0 commit 3924bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# llvm 9 build is broken on windows for now. Re-enable this when it is fixed:
1515
# - windows-latest
1616
steps:
17-
- uses: actions/checkout@master
17+
- uses: actions/checkout@v1
1818
with:
1919
submodules: true
2020
- run: |

0 commit comments

Comments
 (0)