diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a585c1..52b5df2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Generate GitHub token id: generate-token if: ${{ github.event_name == 'schedule' }} - uses: tibdex/github-app-token@1901dc7d52169e70c27a8da37aef0d423e2867a2 # renovate: tag=v1.5.0 + uses: tibdex/github-app-token@32691ba7c9e7063bd457bd8f2a5703138591fa58 # v1.9.0 with: app_id: ${{ secrets.PR_APP_ID }} private_key: ${{ secrets.PR_PRIVATE_KEY }}