Skip to content

Commit

Permalink
test(GitHub Actions): Upgrade codeclimate-action from 2.7.5 to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Oct 13, 2023
1 parent 21ea797 commit ae98068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- uses: paambaati/codeclimate-action@v2.7.5
- uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
Expand Down

0 comments on commit ae98068

Please sign in to comment.