From af63161494874f45ead01b4043de1d960faa7ee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:13:44 +0000 Subject: [PATCH] Update MeilCli/danger-action action to v6.0.42 --- .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 0be4e5c..8950835 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.41 + uses: MeilCli/danger-action@v6.0.42 if: github.event_name == 'pull_request' with: plugins_file: 'Gemfile'