From 6cce14d2d240ae727d91180e443da5afb6a531e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 10:42:46 +0000 Subject: [PATCH] build(deps): bump getsentry/action-release from 3.4.0 to 3.5.0 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 3.4.0 to 3.5.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.4.0...v3.5.0) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index e752aaf920..688bfad566 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -39,7 +39,7 @@ jobs: with: fetch-depth: 0 - - uses: getsentry/action-release@v3.4.0 + - uses: getsentry/action-release@v3.5.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: mbtace @@ -48,7 +48,7 @@ jobs: environment: prod version: ${{ github.event.release.tag_name }} - - uses: getsentry/action-release@v3.4.0 + - uses: getsentry/action-release@v3.5.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: mbtace