From 4ae9cc57db94159fc65f15a66e60f4684636ce51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 08:36:59 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 1.12.0 to 3.0.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.12.0 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/d72941d797fd3113feb6b93fd0dec494b13a2547...f8d387b68d61c58ab83c6c016672934102569859) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle-release-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-release-app.yml b/.github/workflows/gradle-release-app.yml index bc40af9..2599836 100644 --- a/.github/workflows/gradle-release-app.yml +++ b/.github/workflows/gradle-release-app.yml @@ -48,7 +48,7 @@ jobs: version: ${{ steps.Publish.outputs.version }} steps: - name: Get Token - uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ secrets.bot-app-id }}