From d0e17841566f70ba33b262d8bf794a258fbe9c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:36:43 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2 to 3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cherry-pick-staging.yml | 2 +- .github/workflows/close-issue-on-feature-merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cherry-pick-staging.yml b/.github/workflows/cherry-pick-staging.yml index 6c1864f..ca2699f 100644 --- a/.github/workflows/cherry-pick-staging.yml +++ b/.github/workflows/cherry-pick-staging.yml @@ -42,7 +42,7 @@ jobs: } - name: Generate access token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/close-issue-on-feature-merge.yml b/.github/workflows/close-issue-on-feature-merge.yml index c92117e..91f32b7 100644 --- a/.github/workflows/close-issue-on-feature-merge.yml +++ b/.github/workflows/close-issue-on-feature-merge.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.merged steps: - name: Generate access token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: generate-token with: app-id: ${{ secrets.AUTOMATION_APP_ID }}