Skip to content

Commit c90b3cf

Browse files
committed
Use coverallsapp/github-action@v1.1.3 in CI.
1 parent b6837b1 commit c90b3cf

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.2
35+
uses: coverallsapp/github-action@v1.1.3
3636
if: "matrix.ruby == '3.0'"
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)