diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 3ad912d..28482fd 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -25,12 +25,12 @@ jobs: startsWith(github.event.comment.body, '/cherry-pick') ) steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.CI_APP_ID }} private-key: ${{ secrets.CI_APP_KEY }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Create backport pull requests uses: korthout/backport-action@v4 with: