Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Try bumping coveralls and checkout actions (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoteTheMighty committed May 7, 2021
1 parent 9b94828 commit 15ca096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
submodules: true

Expand All @@ -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

0 comments on commit 15ca096

Please sign in to comment.