From d68cb3f3279b3372ebee59449903b7c3c41cc28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:01:50 +0000 Subject: [PATCH] build(deps): bump getsentry/action-github-app-token from 2.0.0 to 3.0.0 Bumps [getsentry/action-github-app-token](https://github.com/getsentry/action-github-app-token) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/getsentry/action-github-app-token/releases) - [Commits](https://github.com/getsentry/action-github-app-token/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: getsentry/action-github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34a9108..c1f7ac3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: "Obtain Github App token" id: app-token - uses: getsentry/action-github-app-token@v2.0.0 + uses: getsentry/action-github-app-token@v3.0.0 with: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}