From dd63a0642c5d00515fb7970d918ef4afc7ea3f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 23:41:48 +0000 Subject: [PATCH] Bump MeilCli/danger-action from 5 to 6 Bumps [MeilCli/danger-action](https://github.com/meilcli/danger-action) from 5 to 6. - [Release notes](https://github.com/meilcli/danger-action/releases) - [Commits](https://github.com/meilcli/danger-action/compare/v5...v6) --- updated-dependencies: - dependency-name: MeilCli/danger-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/danger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index e31aca95..e32d5422 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -34,7 +34,7 @@ jobs: rubygems: ${{ matrix.rubygems }} bundler: ${{ matrix.bundler }} bundler-cache: true - - uses: MeilCli/danger-action@v5 + - uses: MeilCli/danger-action@v6 with: plugins_file: 'Gemfile' install_path: 'vendor/bundle'