From 502be7bda1c607ffc489fda31ab38a0ac98be18e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:08:45 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v4.0.5 --- .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 b033ff764..7b7ae79c0 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.1 + ruby-version: 4.0.5 bundler-cache: true - name: Checkout code uses: actions/checkout@v6