From 13ab2162f5798f37740f7dd95a6bee8620c9296b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 01:17:58 +0000 Subject: [PATCH] Update dependency ruby to v4.0.2 --- .github/workflows/pr_tests.yml | 2 +- .github/workflows/tag_deploy_rubygem.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 8451046..a0a85e0 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -52,7 +52,7 @@ jobs: - name: "Install Ruby" uses: ruby/setup-ruby@v1 with: - ruby-version: 4.0.1 + ruby-version: 4.0.2 bundler-cache: true - run: bundle exec rake rubocop diff --git a/.github/workflows/tag_deploy_rubygem.yml b/.github/workflows/tag_deploy_rubygem.yml index 68e2f46..0259b4a 100644 --- a/.github/workflows/tag_deploy_rubygem.yml +++ b/.github/workflows/tag_deploy_rubygem.yml @@ -93,7 +93,7 @@ jobs: echo "release_command=$GEM_RELEASE_COMMAND" | tee -a "$GITHUB_OUTPUT" - uses: ruby/setup-ruby@v1 with: - ruby-version: 4.0.1 + ruby-version: 4.0.2 bundler-cache: true - name: Test build the package run: "${{ steps.commands.outputs.build_command }}" @@ -188,7 +188,7 @@ jobs: clean: true - uses: ruby/setup-ruby@v1 with: - ruby-version: 4.0.1 + ruby-version: 4.0.2 bundler-cache: true - name: Build RubyGem run: | @@ -229,7 +229,7 @@ jobs: clean: true - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.9 + ruby-version: 4.0.2 bundler-cache: true - name: Build Puppet module (PDK) run: bundle exec pdk build --force