Skip to content

Commit

Permalink
Merge pull request #24 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 de470c5 + 503472d commit 00d7726
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 @@ -19,7 +19,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -31,4 +31,4 @@ jobs:
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v5

0 comments on commit 00d7726

Please sign in to comment.