Skip to content

Commit

Permalink
Bump codeclimate-action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed May 6, 2024
1 parent dd2c851 commit 1cf6e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: bundle install --jobs 4 --retry 3

- name: Specs & Coverage
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v6
env:
CC_TEST_REPORTER_ID: 7af99d9225b4c14640f9ec3cb2e24d2f7103ac49417b0bd989188fb6c25f2909
with:
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Testing improvements:

* Fix CI for ruby 3.4 ([#688](https://github.com/arsduo/koala/pull/688))
* Add latest rubies to CI ([#687](https://github.com/arsduo/koala/pull/687))
* Bump GHA action plugins to avoid deprecation warnings ([#689](https://github.com/arsduo/koala/pull/689))

Others:

Expand Down

0 comments on commit 1cf6e59

Please sign in to comment.