diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e2864dc6..6e3ea46f 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -26,7 +26,7 @@ jobs: steps: # Use a GitHub App rather than the default token so that GitHub Actions # workflows may run on the created pull request. - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.BACKPORT_APP_ID }}