We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a7fe8 commit 49c8b83Copy full SHA for 49c8b83
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
- '3.0'
15
services:
16
postgres:
17
- image: manageiq/postgresql:10
+ image: manageiq/postgresql:13
18
env:
19
POSTGRESQL_USER: root
20
POSTGRESQL_PASSWORD: smartvm
@@ -29,7 +29,7 @@ jobs:
29
ports:
30
- 5432:5432
31
steps:
32
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
33
- name: Override postgres settings
34
run: |
35
sudo chown -R $(id -u):$(id -g) /tmp/postgresql-cfg
@@ -49,6 +49,6 @@ jobs:
49
- if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' }}
50
name: Report code coverage
51
continue-on-error: true
52
- uses: paambaati/codeclimate-action@v3.0.0
+ uses: paambaati/codeclimate-action@v5
53
54
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
0 commit comments