diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 787074a..26c055e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - '3.0' services: postgres: - image: manageiq/postgresql:10 + image: manageiq/postgresql:13 env: POSTGRESQL_USER: root POSTGRESQL_PASSWORD: smartvm @@ -29,7 +29,7 @@ jobs: ports: - 5432:5432 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Override postgres settings run: | sudo chown -R $(id -u):$(id -g) /tmp/postgresql-cfg @@ -49,6 +49,6 @@ jobs: - if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' }} name: Report code coverage continue-on-error: true - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v5 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}