From cb68d82e8f5ac9a1e83a715b95530f002ecb8715 Mon Sep 17 00:00:00 2001 From: "schtack-renovator[bot]" <189104595+schtack-renovator[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:59:01 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3.2.0 --- .github/workflows/pr-issues-project.yaml | 2 +- .github/workflows/release-please.yaml | 2 +- .github/workflows/renovate.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-issues-project.yaml b/.github/workflows/pr-issues-project.yaml index afa0210..c490d61 100644 --- a/.github/workflows/pr-issues-project.yaml +++ b/.github/workflows/pr-issues-project.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: Generate authentication token from GitHub App id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ secrets.SCHTACK_MAINTAINER_APP_ID }} private-key: ${{ secrets.SCHTACK_MAINTAINER_PRIVATE_KEY }} diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index d287fc7..b0229bb 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Generate authentication token from GitHub App id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ secrets.SCHTACK_RELEASER_APP_ID }} private-key: ${{ secrets.SCHTACK_RELEASER_PRIVATE_KEY }} diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index b8ab046..64696ef 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -75,7 +75,7 @@ jobs: - name: Generate authentication token from GitHub App id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ secrets.SCHTACK_RENOVATOR_APP_ID }} private-key: ${{ secrets.SCHTACK_RENOVATOR_PRIVATE_KEY }}