From 0299a25cd57cad84598b0639df08fb311bd6d190 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Tue, 25 Jul 2023 14:33:21 -0400 Subject: [PATCH] Update GitHub Actions versions --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4add7a5e..ede869fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: rails-version: '6.0' services: postgres: - image: manageiq/postgresql:10 + image: manageiq/postgresql:13 env: POSTGRESQL_USER: root POSTGRESQL_PASSWORD: smartvm @@ -42,7 +42,7 @@ jobs: PGPASSWORD: smartvm 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: @@ -56,4 +56,4 @@ jobs: - name: Report code coverage if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' && matrix.rails-version == '6.1' }} continue-on-error: true - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v5