From 773eaf5714119f613034ca413ce89987eeb8ef0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:09:14 +0000 Subject: [PATCH] ci(tools): update actions/create-github-app-token action to v3 --- .github/workflows/automerge.yml | 2 +- .github/workflows/binaries.yml | 2 +- .github/workflows/flake.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/tools.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 9050a38..f16081b 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -20,7 +20,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/binaries.yml b/.github/workflows/binaries.yml index 6d3e426..ecb9dd8 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -23,7 +23,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 ef4c5cb..364bcfe 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 c2b6bd7..5bb8b9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,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 }} diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 66e00d7..d8ff7b9 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -18,7 +18,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 }}