From 069a486bf01ce5a86cc60a8f13376ea4696a56ab Mon Sep 17 00:00:00 2001 From: Kyle Scheuing Date: Thu, 30 Jun 2022 21:15:37 -0400 Subject: [PATCH] Update to checkout v3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cbe75e..ca49567 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install luacheck