From a1bf880a8881592bf1d3b13d0141b64388389e2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 04:27:41 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4 --- .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 e54c05d..a22efbd 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: 3.4.8 + ruby-version: 4.0.0 bundler-cache: true - name: Checkout code uses: actions/checkout@v6