From b4b57c2bd42321a70295a7ae09c578ad40bac03f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 02:36:55 +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 b1a8100d..e09ab661 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v6 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.8 + ruby-version: 3.4.8 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@v6 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.8 + ruby-version: 3.4.8 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@v6 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.8 + ruby-version: 3.4.8 bundler-cache: true - run: 'command -v rpm || if command -v apt-get; then apt-get update; apt-get install -y rpm; fi ||:' - run: |