Skip to content

Commit

Permalink
Update coveralls github action
Browse files Browse the repository at this point in the history
Fixes a warning
  • Loading branch information
tagliala committed Aug 8, 2024
1 parent c66141f commit 2e48062
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 @@ -57,7 +57,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 2e48062

Please sign in to comment.