From 4fc41c70afb13ba410f4428d0f0a3952f7426531 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:05:22 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v3 --- .github/workflows/deploy-pr-staging.yml | 2 +- .github/workflows/manual-destroy-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pr-staging.yml b/.github/workflows/deploy-pr-staging.yml index c29019a..32fb798 100644 --- a/.github/workflows/deploy-pr-staging.yml +++ b/.github/workflows/deploy-pr-staging.yml @@ -59,7 +59,7 @@ jobs: - name: 🔐 Mint GitHub App installation token (for IaC repo) id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/manual-destroy-staging.yml b/.github/workflows/manual-destroy-staging.yml index 3775f5f..1c2d7db 100644 --- a/.github/workflows/manual-destroy-staging.yml +++ b/.github/workflows/manual-destroy-staging.yml @@ -14,7 +14,7 @@ jobs: steps: - name: 🔐 Mint GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}