From 15ca096ac4fbe6901233a9c22fd90e744915e810 Mon Sep 17 00:00:00 2001 From: Paul Doyle <37384169+ZoteTheMighty@users.noreply.github.com> Date: Thu, 6 May 2021 17:21:43 -0700 Subject: [PATCH] Try bumping coveralls and checkout actions (#302) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69334fd4..bd746a1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 with: submodules: true @@ -38,7 +38,7 @@ jobs: luacov -r lcov - name: Report to Coveralls - uses: coverallsapp/github-action@v1.0.1 + uses: coverallsapp/github-action@v1.1.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: luacov.report.out \ No newline at end of file