From b047baf6d3da436bad8653defbc93664a46375ab Mon Sep 17 00:00:00 2001 From: Mehdi ABAAKOUK Date: Tue, 21 Jul 2026 16:01:56 +0200 Subject: [PATCH] chore(deps): update dependency Mergifyio/mergify-cli to 2026.7.21.1 Bump the pinned default mergify_cli_version from 2026.7.8.1 to the latest release 2026.7.21.1. Regenerate the README inputs table from action.yml and move the ci.yaml pinned-install assertions to match. Co-Authored-By: Claude Opus 4.8 (1M context) Change-Id: Ied32dfd07179dff04713f0a0b5e48707fb016219 --- .github/workflows/ci.yaml | 6 +++--- README.md | 2 +- action.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6317349..b891d43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,7 +85,7 @@ jobs: id: pinned uses: ./ with: - mergify_cli_version: 2026.6.16.1 + mergify_cli_version: 2026.7.21.1 - name: Assert pinned install env: @@ -93,8 +93,8 @@ jobs: run: | # Compare against the literal requested version (not the action's own # readback), so a regression that installs the wrong version fails CI. - test "$VERSION" = "2026.6.16.1" - test "$(mergify --version | awk '{print $NF}')" = "2026.6.16.1" + test "$VERSION" = "2026.7.21.1" + test "$(mergify --version | awk '{print $NF}')" = "2026.7.21.1" - name: Install latest mergify-cli id: latest diff --git a/README.md b/README.md index 9462df3..aa9af51 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Pin a specific `mergify-cli` version, or install the latest one: | Input | Type | Required | Default | Description | | --- | --- | --- | --- | --- | -| `mergify_cli_version` | string | false | `2026.7.8.1` | Version of mergify-cli to install. Use `latest` to install the latest released version without pinning. | +| `mergify_cli_version` | string | false | `2026.7.21.1` | Version of mergify-cli to install. Use `latest` to install the latest released version without pinning. | diff --git a/action.yml b/action.yml index 40771f1..e35cd6d 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: Version of mergify-cli to install. Use `latest` to install the latest released version without pinning. # renovate: datasource=github-releases depName=Mergifyio/mergify-cli versioning=pep440 - default: 2026.7.8.1 + default: 2026.7.21.1 outputs: mergify_cli_version: description: |