From a60651e96bac76acb8ab57a15d5d6cf52cdf9574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 06:50:36 +0000 Subject: [PATCH] Update dependency ruby to v4 --- .github/workflows/ci.yml | 2 +- .github/workflows/update_certs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfe7a0e2..1b261fb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: '4.0.1' bundler-cache: true - name: Run rubocop run: bundle exec rake rubocop diff --git a/.github/workflows/update_certs.yml b/.github/workflows/update_certs.yml index 13c3e2fc..b729eb48 100644 --- a/.github/workflows/update_certs.yml +++ b/.github/workflows/update_certs.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.3' + ruby-version: '4.0.1' bundler-cache: true - name: Check k0s Certs id: check-certs-expired