We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622f473 commit fdbfd3eCopy full SHA for fdbfd3e
.github/workflows/coverage.yml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
45
steps:
46
- - uses: amancevice/setup-code-climate@v0
+ - uses: amancevice/setup-code-climate@v2
47
name: CodeClimate Install
48
if: matrix.ruby == '2.7' && github.event_name != 'pull_request' && always()
49
with:
0 commit comments