From 85cac0016d9f1ad23723789458927a0fae78a3a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:14:05 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 --- .github/workflows/automation-autosquash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation-autosquash.yml b/.github/workflows/automation-autosquash.yml index 8a89dd4..fe56450 100644 --- a/.github/workflows/automation-autosquash.yml +++ b/.github/workflows/automation-autosquash.yml @@ -21,7 +21,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 }}