We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269db76 commit 15424a9Copy full SHA for 15424a9
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run tests
39
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
40
- name: Coveralls GitHub Action
41
- uses: coverallsapp/github-action@v1.1.2
+ uses: coverallsapp/github-action@v2
42
if: "matrix.ruby == '3.0'"
43
with:
44
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments