From 3f921e50b354ec520ce76e56fcf7b31856f430b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:08:27 +0200 Subject: [PATCH] Bump getsentry/action-release from 3.1.2 to 3.2.0 (#5972) Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 3.1.2 to 3.2.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/v3.1.2...v3.2.0) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/sentry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sentry.yaml b/.github/workflows/sentry.yaml index bb4b2ead4..a217b8814 100644 --- a/.github/workflows/sentry.yaml +++ b/.github/workflows/sentry.yaml @@ -12,7 +12,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v4.2.2 - name: Sentry Release - uses: getsentry/action-release@v3.1.2 + uses: getsentry/action-release@v3.2.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}