From c668caf747df7426ac765c8a9cc9ed22ccb4d2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 05:52:30 +0000 Subject: [PATCH] Bump getsentry/action-release from 3.6.0 to 3.7.0 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/getsentry/action-release/releases) - [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/action-release/compare/5657c9e888b4e2cc85f4d29143ea4131fde4a73a...ff07929a6537bac57790c3451cf4d364aca38528) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sentry-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sentry-release.yaml b/.github/workflows/sentry-release.yaml index 9329aee96..fe575fc14 100644 --- a/.github/workflows/sentry-release.yaml +++ b/.github/workflows/sentry-release.yaml @@ -13,7 +13,7 @@ jobs: persist-credentials: false - name: Create a Sentry.io release - uses: getsentry/action-release@5657c9e888b4e2cc85f4d29143ea4131fde4a73a # v3 + uses: getsentry/action-release@ff07929a6537bac57790c3451cf4d364aca38528 # v3 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: python-discord