From 3bc2800bbaa13bc4b7828598a6017c97501e6238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:36:02 +0000 Subject: [PATCH] chore(deps): bump getsentry/action-github-app-token from 1 to 3 Bumps [getsentry/action-github-app-token](https://github.com/getsentry/action-github-app-token) from 1 to 3. - [Release notes](https://github.com/getsentry/action-github-app-token/releases) - [Commits](https://github.com/getsentry/action-github-app-token/compare/v1...v3) --- updated-dependencies: - dependency-name: getsentry/action-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index db666d5..85a2e5e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,7 +60,7 @@ jobs: - name: Get Release Bot Token id: get-token if: ${{ inputs.release && github.actor != 'dependabot[bot]' }} - uses: getsentry/action-github-app-token@v1 + uses: getsentry/action-github-app-token@v3 with: app_id: ${{ secrets.DS_RELEASE_BOT_ID }} private_key: ${{ secrets.DS_RELEASE_BOT_PRIVATE_KEY }}