From 9a5e17c738d68251a013e01f790c408e41f0f61b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:34:22 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4 --- .github/workflows/tag_deploy_rubygem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag_deploy_rubygem.yml b/.github/workflows/tag_deploy_rubygem.yml index 5b13d88..ce25904 100644 --- a/.github/workflows/tag_deploy_rubygem.yml +++ b/.github/workflows/tag_deploy_rubygem.yml @@ -230,7 +230,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: # PDK requires pinning to Ruby < 4.0 - ruby-version: 3.4.9 + ruby-version: 4.0.2 bundler-cache: true - name: Build Puppet module (PDK) run: bundle exec pdk build --force