From 5ced33c65719b08f8431b45c1f11af093bf480dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:35:10 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.3.5 --- .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 f09c899..a50caba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@master - uses: ruby/setup-ruby@v1 with: - ruby-version: "3.3" + ruby-version: "3.3.5" bundler-cache: True - run: bundle exec rubocop --parallel --color