Skip to content

Commit 0af11cf

Browse files
Update paambaati/codeclimate-action action to v9 (#34)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f4761ec commit 0af11cf

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@v8.0.0
31+
uses: paambaati/codeclimate-action@v9.0.0
3232
env:
3333
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
3434
with:

0 commit comments

Comments
 (0)