Skip to content

Commit

Permalink
Update coveralls action to v2
Browse files Browse the repository at this point in the history
Fixes a warning
  • Loading branch information
tagliala committed Aug 8, 2024
1 parent fd309e5 commit 58e7848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run tests
run: bundle exec rake test:ruby
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.ruby-version }}
Expand Down

0 comments on commit 58e7848

Please sign in to comment.