From 4feba9d2694b0af2782aa3bd892836ac79b624ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 11:34:04 +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 +- .github/workflows/sync-gemfile-lock.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-pr-staging.yml b/.github/workflows/deploy-pr-staging.yml index a16f2fe313..8aa58d6766 100644 --- a/.github/workflows/deploy-pr-staging.yml +++ b/.github/workflows/deploy-pr-staging.yml @@ -96,7 +96,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 b3ce2ced93..97d8527a2f 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 }} diff --git a/.github/workflows/sync-gemfile-lock.yml b/.github/workflows/sync-gemfile-lock.yml index a4e41d5958..027d4e2e1e 100644 --- a/.github/workflows/sync-gemfile-lock.yml +++ b/.github/workflows/sync-gemfile-lock.yml @@ -27,7 +27,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 }}