From de8ca0b341d5ab3b96312a76d02f29e236c2297a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 18:03:30 +0000 Subject: [PATCH] Update dependency ruby to v4 --- .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 ffd0023..7642529 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: 4.0.5 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: 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' diff --git a/.github/workflows/tag_deploy_asset.yml b/.github/workflows/tag_deploy_asset.yml index e79fa77..1456cf6 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: 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 ||:' - run: bundle exec rake pkg:check_version