Skip to content

Commit

Permalink
ci: bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
opti committed Jul 10, 2024
1 parent ab0e71b commit 85b702e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- ruby: '3.3'
coverage: '1'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Ruby
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Update rubygems
run: |
gem update --system
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: vendor/bundle
key: bundle-use-ruby-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}
Expand All @@ -48,6 +48,6 @@ jobs:
bundle exec rake spec
- name: Publish code coverage
if: ${{ matrix.coverage == '1' && github.actor != 'dependabot[bot]' }}
uses: paambaati/codeclimate-action@v3.1.1
uses: paambaati/codeclimate-action@v8
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 comments on commit 85b702e

Please sign in to comment.