From a817317bfe577023097bd1ba36eb284b3af8342c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 01:14:11 +0000 Subject: [PATCH] build(deps): update actions/create-github-app-token action to v3 --- .github/workflows/android-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-release.yaml b/.github/workflows/android-release.yaml index f0edce1..4353334 100644 --- a/.github/workflows/android-release.yaml +++ b/.github/workflows/android-release.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: 🔑 Create token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ secrets.GH_APP_ID}}