Skip to content

Commit 1e9a3fa

Browse files
committed
Use coverallsapp/github-action@master in CI.
1 parent c90b3cf commit 1e9a3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run tests
3333
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
3434
- name: Coveralls GitHub Action
35-
uses: coverallsapp/github-action@v1.1.3
35+
uses: coverallsapp/github-action@master
3636
if: "matrix.ruby == '3.0'"
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)