From c50666b97724ce99d40fe37ca4eaed71925e57bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:34:03 +0000 Subject: [PATCH] ci(tools): update actions/create-github-app-token action to v3 --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 28a206c..b79b3a3 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}