Skip to content

Commit

Permalink
Merge 25b0e60 into df81043
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 1, 2023
2 parents df81043 + 25b0e60 commit 682ca26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: bundle exec rake test

- name: Report to Coveralls
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.4
with:
github-token: ${{ secrets.github_token }}
flag-name: "test ruby: ${{ matrix.ruby-version }} os: ${{ matrix.runs-on }}"
Expand All @@ -49,7 +49,7 @@ jobs:
steps:

- name: Report completion to Coveralls
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.4
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit 682ca26

Please sign in to comment.