From 55ebcbe4dc7afae5ed896a53dfaf9c8e833ac180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 08:23:24 +0000 Subject: [PATCH] chore(deps): bump mergifyio/gha-mergify-ci from 14 to 22 Bumps [mergifyio/gha-mergify-ci](https://github.com/mergifyio/gha-mergify-ci) from 14 to 22. - [Release notes](https://github.com/mergifyio/gha-mergify-ci/releases) - [Commits](https://github.com/mergifyio/gha-mergify-ci/compare/v14...v22) --- updated-dependencies: - dependency-name: mergifyio/gha-mergify-ci dependency-version: '22' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flaky-test-detection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flaky-test-detection.yml b/.github/workflows/flaky-test-detection.yml index 3c59524f..0369c219 100644 --- a/.github/workflows/flaky-test-detection.yml +++ b/.github/workflows/flaky-test-detection.yml @@ -34,7 +34,7 @@ jobs: - name: Upload test results to Mergify if: success() || failure() - uses: mergifyio/gha-mergify-ci@v14 + uses: mergifyio/gha-mergify-ci@v22 with: token: ${{ secrets.MERGIFY_TOKEN }} flaky_test_detection: true