From 1741d566c8c51e6d91354cf83136d93e44594bf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:44:30 +0000 Subject: [PATCH] Update MeilCli/danger-action action to v6.0.40 --- .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 a80ffd8..26296b3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: run: make test-macos - name: Danger action - uses: MeilCli/danger-action@v6.0.39 + uses: MeilCli/danger-action@v6.0.40 if: github.event_name == 'pull_request' with: plugins_file: 'Gemfile'