Skip to content

Commit

Permalink
Update GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Jul 25, 2023
1 parent 84b6ef6 commit 73139a1
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 @@ -15,7 +15,7 @@ jobs:
- '2.6'
services:
postgres:
image: manageiq/postgresql:10
image: manageiq/postgresql:13
env:
POSTGRESQL_USER: root
POSTGRESQL_PASSWORD: smartvm
Expand All @@ -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
Expand All @@ -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

0 comments on commit 73139a1

Please sign in to comment.