Skip to content

Commit a5026da

Browse files
authored
Merge pull request #48 from eggplants/dependabot/github_actions/paambaati/codeclimate-action-6.0.0
Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0
2 parents 727fb98 + 5f2ff84 commit a5026da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: poetry run task test
3737
- name: Test & publish code coverage
3838
if: ${{ runner.os == 'Linux' && env.CC_TEST_REPORTER_ID != '' }}
39-
uses: paambaati/codeclimate-action@v5.0.0
39+
uses: paambaati/codeclimate-action@v6.0.0
4040
env:
4141
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
4242
with:

0 commit comments

Comments
 (0)