Skip to content

Commit 49c8b83

Browse files
committed
Update GitHub Actions versions
1 parent e1a7fe8 commit 49c8b83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- '3.0'
1515
services:
1616
postgres:
17-
image: manageiq/postgresql:10
17+
image: manageiq/postgresql:13
1818
env:
1919
POSTGRESQL_USER: root
2020
POSTGRESQL_PASSWORD: smartvm
@@ -29,7 +29,7 @@ jobs:
2929
ports:
3030
- 5432:5432
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333
- name: Override postgres settings
3434
run: |
3535
sudo chown -R $(id -u):$(id -g) /tmp/postgresql-cfg
@@ -49,6 +49,6 @@ jobs:
4949
- if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' }}
5050
name: Report code coverage
5151
continue-on-error: true
52-
uses: paambaati/codeclimate-action@v3.0.0
52+
uses: paambaati/codeclimate-action@v5
5353
env:
5454
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)