From 0e9002ebb3d2263d8a9dcc2b859e5d57a36215d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 10:06:38 +0000 Subject: [PATCH] Update MeilCli/danger-action action to v6.0.39 --- .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 d507b0c..a80ffd8 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.38 + uses: MeilCli/danger-action@v6.0.39 if: github.event_name == 'pull_request' with: plugins_file: 'Gemfile'