From c9baaf32b9e76cbf270ac1b1f980d3a2a3070460 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Fri, 13 Dec 2019 13:38:23 -0800 Subject: [PATCH] checkout action to v1 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ede92c5..bb39b9b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: # llvm 9 build is broken on windows for now. Re-enable this when it is fixed: # - windows-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v1 with: submodules: true - run: |