Skip to content

Commit

Permalink
build(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyabrin authored Nov 16, 2024
2 parents 748b3c7 + d90b74c commit 1372d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
JRUBY_OPTS="--dev --debug" bundle exec rspec --color --format documentation
- name: Coveralls Parallel
uses: coverallsapp/[email protected].0
uses: coverallsapp/[email protected].4
with:
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.ruby-version }}
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/[email protected].0
uses: coverallsapp/[email protected].4
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: ${{ github.workspace }}/coverage/lcov.info
Expand Down

0 comments on commit 1372d14

Please sign in to comment.