Skip to content

Commit 50cd25e

Browse files
Update paambaati/codeclimate-action action to v9
1 parent e0f76ab commit 50cd25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
- name: Report code coverage
6767
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
6868
continue-on-error: true
69-
uses: paambaati/codeclimate-action@v8
69+
uses: paambaati/codeclimate-action@v9
7070
env:
7171
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)