Skip to content

Commit

Permalink
fix(ci): use the un-broken latest version of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Oct 21, 2022
1 parent 28181e6 commit 0fe0643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: publish code coverage to code-climate (duh)
if: ${{ github.event_name == 'push' }}
uses: paambaati/codeclimate-action@v3.1.0
uses: paambaati/codeclimate-action@v3.1.1
env:
CC_TEST_REPORTER_ID: 3470adaf12ff7cecdfe5a968ae0e95d098b6ee58c340114e1e90d440ee9e66ab
with:
Expand Down

0 comments on commit 0fe0643

Please sign in to comment.