From 44af9f3592e52017ab0bffee833c08dfd8ffea99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 04:37:26 +0000 Subject: [PATCH] chore(deps): bump actions/create-github-app-token from 2.2.0 to 3.0.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.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/v2.2.0...v3.0.0) --- 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/_release_please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release_please.yaml b/.github/workflows/_release_please.yaml index 1e86b34b0..c6b187fd4 100644 --- a/.github/workflows/_release_please.yaml +++ b/.github/workflows/_release_please.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Create GitHub App Token id: app-token - uses: actions/create-github-app-token@v2.2.0 + uses: actions/create-github-app-token@v3.0.0 with: app-id: 1077859 private-key: ${{ secrets.release_please_token }}