From 1b2c42f7e6e3d8ba575a03e070a7a7795792bac5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 11:04:48 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.4.7 --- .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 158ca87..60c1dd9 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -15,7 +15,7 @@ jobs: - name: ruby setup uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.4 + ruby-version: 3.4.7 bundler-cache: true - name: Checkout code uses: actions/checkout@v2