From 406749431dab58db04e9726437c58469ee660259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:36:21 +0000 Subject: [PATCH] chore(deps): bump zeebe-io/backport-action from 4.0.1 to 4.1.0 Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/c656f5d5851037b2b38fb5db2691a03fa229e3b2...01619ebc9a6e3f6820274221b9956b3e7365000a) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- .github/workflows/commands.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 30dc548..93fb056 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Open Backport PR - uses: zeebe-io/backport-action@c656f5d5851037b2b38fb5db2691a03fa229e3b2 # v4.0.1 + uses: zeebe-io/backport-action@01619ebc9a6e3f6820274221b9956b3e7365000a # v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }} diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index ad14e5f..2e57511 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -85,7 +85,7 @@ jobs: fetch-depth: 0 - name: Open Backport PR - uses: zeebe-io/backport-action@c656f5d5851037b2b38fb5db2691a03fa229e3b2 # v4.0.1 + uses: zeebe-io/backport-action@01619ebc9a6e3f6820274221b9956b3e7365000a # v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }}