Skip to content

Commit 836ae7a

Browse files
chore(deps): update paambaati/codeclimate-action action to v9
1 parent 1070e00 commit 836ae7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: Publish code coverage to codeclimate
127127
if: matrix.publish == true && github.event_name == 'push'
128-
uses: paambaati/codeclimate-action@v5
128+
uses: paambaati/codeclimate-action@v9
129129
env:
130130
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
131131

0 commit comments

Comments
 (0)