From 9fe0b02a5e539c14cbcb1878f447565420ee3f90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:59:38 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4.0.6 --- .github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index ab73cae..8a76521 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -19,7 +19,7 @@ jobs: - name: ruby setup uses: ruby/setup-ruby@v1 with: - ruby-version: 4.0.5 + ruby-version: 4.0.6 bundler-cache: true - name: Checkout code uses: actions/checkout@v7