From 49408db62642003871ba0379d96aff6ffcb644e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 18:06:06 +0000 Subject: [PATCH] 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..70bbf1a 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.5 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.5 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'