From 2abe14e712d1faa2f8b6cf060831ae6f3975a9ff Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 04:18:29 +0000 Subject: [PATCH] chore(github-actions): update actions/create-github-app-token (v1 -> v2) BREAKING CHANGE --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index b9f0c542..2b3d4c2d 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Generate github app token for renovate - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 id: app-token with: app-id: ${{ secrets.RENOVATE_APP_ID }}