From 324bc515408fec1b9d0ca848329e88ac956b51a9 Mon Sep 17 00:00:00 2001 From: lethosor Date: Tue, 30 Jun 2020 00:34:40 -0400 Subject: [PATCH] Upgrade to checkout@v2 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37a306abd..829ab1c14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,9 +97,10 @@ jobs: lua5.3 \ ruby - name: Clone DFHack - uses: actions/checkout@v1 + uses: actions/checkout@v2 with: submodules: true + # don't need tags here - name: Check whitespace run: | python travis/lint.py