diff --git a/.github/workflows/pr-auto-update.yml b/.github/workflows/pr-auto-update.yml index d94e82b5..9a1e4763 100644 --- a/.github/workflows/pr-auto-update.yml +++ b/.github/workflows/pr-auto-update.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - name: Generate Access Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ vars.PR_AUTO_UPDATE_CLIENT_ID }}