From 52bfd2414fa2f7eb0af16a79ccf5e1672ef82bf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:39:32 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4.0.1 --- .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 a22efbd..b033ff7 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.0 + ruby-version: 4.0.1 bundler-cache: true - name: Checkout code uses: actions/checkout@v6