Skip to content

Commit

Permalink
Merge pull request #130 from Fryguy/update_gha_versions
Browse files Browse the repository at this point in the history
Update GitHub Actions versions
  • Loading branch information
bdunne authored Jul 25, 2023
2 parents aa801bc + 5a3eb06 commit 2bba62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
MYSQL_HOST: 127.0.0.1
MYSQL_PWD: password
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -66,6 +66,6 @@ jobs:
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
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 2bba62c

Please sign in to comment.