From 14a1011d31052357a2ffe02a7ca6a8009bc1620f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 01:03:44 +0000 Subject: [PATCH] deps: update actions/create-github-app-token action to v3.2.0 --- .github/workflows/automerge-release.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/sync-instructions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automerge-release.yml b/.github/workflows/automerge-release.yml index 432a284..2e794ed 100644 --- a/.github/workflows/automerge-release.yml +++ b/.github/workflows/automerge-release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Generate GitHub App Token id: app-token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: client-id: ${{ secrets.RELEASES_APP_ID }} private-key: ${{ secrets.RELEASES_APP_PRIVATE_KEY }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f830a47..effec0e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Generate GitHub App Token id: app-token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: client-id: ${{ secrets.RELEASES_APP_ID }} private-key: ${{ secrets.RELEASES_APP_PRIVATE_KEY }} diff --git a/.github/workflows/sync-instructions.yml b/.github/workflows/sync-instructions.yml index 7027b86..49b0d80 100644 --- a/.github/workflows/sync-instructions.yml +++ b/.github/workflows/sync-instructions.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Generate GitHub App Token id: app-token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: client-id: ${{ secrets.RELEASES_APP_ID }} private-key: ${{ secrets.RELEASES_APP_PRIVATE_KEY }}