diff --git a/.github/workflows/backbot.yml b/.github/workflows/backbot.yml index 114c6342f09..832f7e34008 100644 --- a/.github/workflows/backbot.yml +++ b/.github/workflows/backbot.yml @@ -44,7 +44,7 @@ jobs: sha: ${{ github.event.pull_request.head.sha }} # Checkout the latest commit of the merged PR. - name: Run Backbot - uses: korthout/backport-action@ad30f01dbe543be4a24431001c38f3617af8c745 # v4.4.0 + uses: korthout/backport-action@bf97bcfb53d5250af8b9a15fab0f56158a63b224 # v4.5.1 with: github_token: ${{ steps.backbot-token.outputs.token }} copy_labels_pattern: '^(?!cla\/signed$).*' # copy all labels other than the cla/signed label