Skip to content

Commit f278f2a

Browse files
Update paambaati/codeclimate-action action to v8
1 parent e233e39 commit f278f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
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@v6
69+
uses: paambaati/codeclimate-action@v8
7070
env:
7171
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)