.github/workflows/build-workflow.yml in mittsu-opengl-0.5.0 vs .github/workflows/build-workflow.yml in mittsu-opengl-0.5.1
- old
+ new
@@ -22,10 +22,10 @@
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test & publish code coverage
- uses: paambaati/codeclimate-action@v2.2.1
+ uses: paambaati/codeclimate-action@v9.0.0
if: github.event_name == 'push'
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: bundle exec rake test