From 6f73ec9983ec16e6766adba4651d42f7176ad179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:03:28 +0000 Subject: [PATCH] Bump MeilCli/danger-action from 6.0.1 to 6.0.2 (#47) Bumps [MeilCli/danger-action](https://github.com/meilcli/danger-action) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/meilcli/danger-action/releases) - [Commits](https://github.com/meilcli/danger-action/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: MeilCli/danger-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 0221654..a419164 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: run: make test-ios - name: Danger action - uses: MeilCli/danger-action@v6.0.1 + uses: MeilCli/danger-action@v6.0.2 if: github.event_name == 'pull_request' with: plugins_file: 'Gemfile'