diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3397876f..b8b6e4c1 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -21,7 +21,7 @@ jobs: - name: Generate bot token id: bot-token if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.RELEASER_APP_ID }} private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}