Skip to content

Commit d2f9b1e

Browse files
authored
Merge pull request #21 from febus982/renovate/paambaati-codeclimate-action-5.x
Update paambaati/codeclimate-action action to v5
2 parents a70d6ac + b7b42c3 commit d2f9b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
poetry config virtualenvs.create false
2929
poetry install --no-root --with dev
3030
- name: Test & publish code coverage
31-
uses: paambaati/codeclimate-action@v3.2.0
31+
uses: paambaati/codeclimate-action@v5.0.0
3232
env:
3333
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
3434
with:

0 commit comments

Comments
 (0)