From e8d215a82e56fe154be454ff74dc18854bef1dc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:50:12 +0000 Subject: [PATCH] ci(tools): update actions/create-github-app-token action to v3 --- .github/workflows/automerge.yml | 2 +- .github/workflows/flake.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 4b26164..cf25438 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }} diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 5fff401..a5ed1a2 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72e9142..00d0b0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Generate token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}