Skip to content

Commit

Permalink
Merge pull request #20 from Fryguy/update_gha_versions
Browse files Browse the repository at this point in the history
Update GitHub Actions versions
  • Loading branch information
agrare authored Jul 27, 2023
2 parents e1a7fe8 + 49c8b83 commit 6b71cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- '3.0'
services:
postgres:
image: manageiq/postgresql:10
image: manageiq/postgresql:13
env:
POSTGRESQL_USER: root
POSTGRESQL_PASSWORD: smartvm
Expand All @@ -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
Expand All @@ -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 }}

0 comments on commit 6b71cf0

Please sign in to comment.