Skip to content

Commit 0dc026a

Browse files
authored
Merge branch 'main' into bump-meilisearch-v1.12.0
2 parents e846b46 + 61aa49a commit 0dc026a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run test suite
3434
run: bundle exec rspec
3535
- name: Upload coverage reports to Codecov
36-
uses: codecov/codecov-action@v4
36+
uses: codecov/codecov-action@v5
3737
if: matrix.ruby-version == '3.3'
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ group :development, :test do
1818
end
1919

2020
group :development do
21-
gem 'rubocop', '~> 1.68.0', require: false
21+
gem 'rubocop', '~> 1.69.0', require: false
2222
end

0 commit comments

Comments
 (0)