From 73139a1ea2844bb6af9b7e73add3ffe774c0be03 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Tue, 25 Jul 2023 14:49:22 -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 97e0cf0e..be4b56dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: - '2.6' services: postgres: - image: manageiq/postgresql:10 + image: manageiq/postgresql:13 env: POSTGRESQL_USER: root POSTGRESQL_PASSWORD: smartvm @@ -33,7 +33,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 system run: bin/before_install - name: Set up Ruby @@ -49,4 +49,4 @@ jobs: - name: Report code coverage if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.6' }} continue-on-error: true - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v5