From f1a3f1ca117d7da7cf91733fc9bfb7cd92eb3a47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 20:19:14 +0000 Subject: [PATCH] Update dependency ruby to v3.4.10 --- .github/workflows/pr_tests.yml | 4 ++-- .github/workflows/tag_deploy_asset.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index c8a9205..1b31786 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -29,7 +29,7 @@ jobs: - name: "Install Ruby ${{matrix.puppet.ruby_version}}" uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.9 + ruby-version: 3.4.10 bundler-cache: true - name: 'Run rubocop' run: | @@ -43,7 +43,7 @@ jobs: - name: 'Install Ruby ${{matrix.puppet.ruby_version}}' uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.9 + ruby-version: 3.4.10 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' diff --git a/.github/workflows/tag_deploy_asset.yml b/.github/workflows/tag_deploy_asset.yml index 457a4e6..1e449a1 100644 --- a/.github/workflows/tag_deploy_asset.yml +++ b/.github/workflows/tag_deploy_asset.yml @@ -43,7 +43,7 @@ jobs: clean: true - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.9 + ruby-version: 3.4.10 bundler-cache: true - run: 'command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:' - run: bundle exec rake pkg:check_version