Skip to content

Commit

Permalink
CI: Bump github action plugins to avoid deprecation warnings (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider authored May 28, 2024
1 parent 64d17a8 commit b4990f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -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 b4990f5

Please sign in to comment.