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 }}