From de0c93ee85a896ec7f30aa6249aa97e33575526a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 03:39:00 +0000 Subject: [PATCH] Update MeilCli/danger-action action to v6.0.37 --- .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 b014ee3..7f33ea8 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.36 + uses: MeilCli/danger-action@v6.0.37 if: github.event_name == 'pull_request' with: plugins_file: 'Gemfile'