Skip to content

Commit 15424a9

Browse files
committed
Update coveralls GH Action version.
1 parent 269db76 commit 15424a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run tests
3939
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
4040
- name: Coveralls GitHub Action
41-
uses: coverallsapp/github-action@v1.1.2
41+
uses: coverallsapp/github-action@v2
4242
if: "matrix.ruby == '3.0'"
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -66,7 +66,7 @@ jobs:
6666
- name: Run tests
6767
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
6868
- name: Coveralls GitHub Action
69-
uses: coverallsapp/github-action@v1.1.2
69+
uses: coverallsapp/github-action@v2
7070
if: "matrix.ruby == '3.0'"
7171
with:
7272
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)