From 5c12e07efc3257007cdaaab2a93b3cf12047d044 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 01:43:13 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4.0.4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5418da7..2f1b6bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master - uses: ruby/setup-ruby@v1 with: - ruby-version: "4.0.3" + ruby-version: "4.0.4" bundler-cache: true - run: bundle exec rubocop --parallel --color