From 4c43543ec5e76d3653314fa916a1f5c3a2debbe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:25:00 +0000 Subject: [PATCH] Update dependency ruby to v3 --- .github/workflows/pr_checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 8752855c..9ca27a9c 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.8 + ruby-version: 3.4.7 bundler-cache: true - run: 'command -v rpm || if command -v apt-get; then apt-get update; apt-get install -y rpm; fi ||:' - run: bundle exec rake check:syntax:yaml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.8 + ruby-version: 3.4.7 bundler-cache: true - run: 'command -v rpm || if command -v apt-get; then apt-get update; apt-get install -y rpm; fi ||:' - run: | @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.8 + ruby-version: 3.4.7 bundler-cache: true - run: 'command -v rpm || if command -v apt-get; then apt-get update; apt-get install -y rpm; fi ||:' - run: |