From 010003597f11eb61929bf90684f1bc9dacbf526d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:12:26 +0000 Subject: [PATCH] chore(deps): bump mergifyio/gha-mergify-ci from 18 to 21 Bumps [mergifyio/gha-mergify-ci](https://github.com/mergifyio/gha-mergify-ci) from 18 to 21. - [Release notes](https://github.com/mergifyio/gha-mergify-ci/releases) - [Commits](https://github.com/mergifyio/gha-mergify-ci/compare/v18...v21) --- updated-dependencies: - dependency-name: mergifyio/gha-mergify-ci dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 96f01f5b..aa8c656f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -159,7 +159,7 @@ jobs: if: ${{ !cancelled() && env.HAS_MERGIFY_TOKEN == 'true' && steps.junit-wrap.outputs.report_exists == 'true' }} env: HAS_MERGIFY_TOKEN: ${{ secrets.MERGIFY_TOKEN != '' }} - uses: mergifyio/gha-mergify-ci@v18 + uses: mergifyio/gha-mergify-ci@v21 with: token: ${{ secrets.MERGIFY_TOKEN }} report_path: /tmp/test-results/rspec.xml