From 3b652996c939334d14096947d9dd905efe5c8109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:16:43 +0000 Subject: [PATCH] Bump m-kuhn/backport Bumps [m-kuhn/backport](https://github.com/m-kuhn/backport) from 30b6e83906cc97bad3a02867181d6236becf68f9 to 74eb973c022c9abb04555b3fde955fbe056d78f5. - [Release notes](https://github.com/m-kuhn/backport/releases) - [Commits](https://github.com/m-kuhn/backport/compare/30b6e83906cc97bad3a02867181d6236becf68f9...74eb973c022c9abb04555b3fde955fbe056d78f5) --- updated-dependencies: - dependency-name: m-kuhn/backport dependency-version: 74eb973c022c9abb04555b3fde955fbe056d78f5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index dc58293..1b990d3 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -14,6 +14,6 @@ jobs: pull-requests: write # needed to open the PR steps: - name: Backport - uses: m-kuhn/backport@30b6e83906cc97bad3a02867181d6236becf68f9 + uses: m-kuhn/backport@74eb973c022c9abb04555b3fde955fbe056d78f5 with: github_token: ${{ secrets.GITHUB_TOKEN }}