Skip to content

Commit a87c2fa

Browse files
chore(deps): update paambaati/codeclimate-action action to v9
1 parent 765151b commit a87c2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
HUSKY: '0' # By default do not run HUSKY install
130130
- name: Test integration (with coverage) and upload to CodeClimate
131131
if: ${{ github.ref == 'refs/heads/main' }}
132-
uses: paambaati/codeclimate-action@v4.0.0
132+
uses: paambaati/codeclimate-action@v9.0.0
133133
env:
134134
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
135135
with:

0 commit comments

Comments
 (0)