From 61a563f0fff68af4eb4b4516ebce38166bc50827 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:34:07 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4 --- .github/workflows/pr_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 97befb3..db37b0e 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -29,7 +29,7 @@ jobs: - name: "Install Ruby 2.7" uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.8 + ruby-version: 4.0.1 bundler-cache: true - run: | bundle show @@ -42,7 +42,7 @@ jobs: - name: 'Install Ruby 2.7' uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.8 + ruby-version: 4.0.1 bundler-cache: true - run: 'command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:' - name: 'Tags and changelogs'