.github/workflows/ci.yaml in manageiq-api-client-0.3.7 vs .github/workflows/ci.yaml in manageiq-api-client-0.4.0

- old
+ new

@@ -20,11 +20,11 @@ - '6.1' env: TEST_RAILS_VERSION: ${{ matrix.rails-version }} CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true @@ -32,6 +32,6 @@ - name: Run tests run: bundle exec rake - name: Report code coverage if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' && matrix.rails-version == '6.1' }} continue-on-error: true - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v5