Skip to content

Commit 551e094

Browse files
chore(deps): update paambaati/codeclimate-action action to v4 (#225)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e48a9db commit 551e094

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
@@ -126,7 +126,7 @@ jobs:
126126
run: yarn --immutable
127127
- name: Test integration (with coverage) and upload to CodeClimate
128128
if: ${{ github.ref == 'refs/heads/main' }}
129-
uses: paambaati/codeclimate-action@v3.2.0
129+
uses: paambaati/codeclimate-action@v4.0.0
130130
env:
131131
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
132132
with:

0 commit comments

Comments
 (0)