Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich committed Sep 1, 2024
1 parent 8e24b1a commit 704d44f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
env:
BUNDLE_WITHOUT: optional
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- uses: actions/checkout@v4.1.7
- uses: ruby/setup-ruby@v1.190.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand All @@ -30,21 +30,21 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- uses: actions/checkout@v4.1.7
- uses: ruby/setup-ruby@v1.190.0
with:
bundler-cache: true
- name: Publish code coverage
uses: paambaati/codeclimate-action@v2.7.5
uses: paambaati/codeclimate-action@v9.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: bundle exec rake
yard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- uses: actions/checkout@v4.1.7
- uses: ruby/setup-ruby@v1.190.0
with:
bundler-cache: true
- name: Build YARD docs
Expand Down

0 comments on commit 704d44f

Please sign in to comment.