Skip to content

Commit

Permalink
Bump paambaati/codeclimate-action from 3.2.0 to 4.0.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 14, 2023
1 parent 293ddeb commit 6c1ef60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: yarn test
- name: Unit tests with coverage
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: paambaati/codeclimate-action@v3.2.0
uses: paambaati/codeclimate-action@v4.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
DEEPL_API_KEY: ${{ secrets.DEEPL_API_KEY }}
Expand Down

0 comments on commit 6c1ef60

Please sign in to comment.