Skip to content

Commit

Permalink
Update to latest codeclimate-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoxley committed Aug 8, 2023
1 parent dae4e9e commit 44969fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
docker-compose run --build testrunner bash -c "bundle exec rspec spec"
- name: Code Coverage
uses: paambaati/codeclimate-action@v2.7.5
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down

0 comments on commit 44969fe

Please sign in to comment.