From 6b8f92dbf834684aadd5aaf7af55c6ba8e947743 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 09:15:02 +0000 Subject: [PATCH] Update MeilCli/danger-action action to v6.0.41 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 58675eb..af87a67 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: run: make test-macos - name: Danger action - uses: MeilCli/danger-action@v6.0.40 + uses: MeilCli/danger-action@v6.0.41 if: github.event_name == 'pull_request' with: plugins_file: 'Gemfile'