Skip to content

Commit

Permalink
Upgrade codeclimate-action to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Feb 19, 2024
1 parent 617cdc7 commit 01133fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: bundle exec rspec
- name: Report rspec test coverage to codeclimate.com
uses: paambaati/codeclimate-action@v4.0.0
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down

0 comments on commit 01133fd

Please sign in to comment.