.github/workflows/ci.yaml in multi_repo-0.2.2 vs .github/workflows/ci.yaml in multi_repo-0.2.3

- old
+ new

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