From 540ee6303c730e9a1ffe5087fcd0f56d39da49df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 16:12:20 +0000 Subject: [PATCH] Bump spring-io/backport-bot from 0.0.1 to 0.0.2 Bumps [spring-io/backport-bot](https://github.com/spring-io/backport-bot) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/spring-io/backport-bot/releases) - [Commits](https://github.com/spring-io/backport-bot/compare/v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: spring-io/backport-bot dependency-version: 0.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/spring-backport-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spring-backport-issue.yml b/.github/workflows/spring-backport-issue.yml index 2b4505e..d7ebcea 100644 --- a/.github/workflows/spring-backport-issue.yml +++ b/.github/workflows/spring-backport-issue.yml @@ -13,6 +13,6 @@ jobs: steps: - name: Create Backport Issue - uses: spring-io/backport-bot@v0.0.1 + uses: spring-io/backport-bot@v0.0.2 with: token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}