From 75234f53d54e785f23ded93914e93fea9cac3988 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:27:46 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v3 --- .github/workflows/automation-autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation-autorelease.yml b/.github/workflows/automation-autorelease.yml index d11a79d..0bd3b9a 100644 --- a/.github/workflows/automation-autorelease.yml +++ b/.github/workflows/automation-autorelease.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Get Token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.THM_AUTOMATION_APP_ID }} private-key: ${{ secrets.THM_AUTOMATION_PRIVATE_KEY }}