Skip to content

Commit a23db37

Browse files
committed
Update code climate github action
1 parent ac79965 commit a23db37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
ruby-version: 3.0
5151
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
52-
- uses: paambaati/codeclimate-action@v3.0.0
52+
- uses: paambaati/codeclimate-action@v5.0.0
5353
env:
5454
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
5555
with:

0 commit comments

Comments
 (0)