Skip to content

Commit

Permalink
bump paambaati/codeclimate-action to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdotcom committed Dec 19, 2023
1 parent 78af396 commit 3afcead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: composer run test
- name: Publish code coverage
if: ${{ matrix.php-version == '8.2' && github.ref_name == 'master' }}
uses: paambaati/codeclimate-action@v4.0.0
uses: paambaati/codeclimate-action@v5.0.0
continue-on-error: true
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down

0 comments on commit 3afcead

Please sign in to comment.