From 574babee068eeb8fa15c2d1a0e77d6ce40280268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:32:51 +0000 Subject: [PATCH] build(deps): bump getsentry/action-release in the ci-dependencies group Bumps the ci-dependencies group with 1 update: [getsentry/action-release](https://github.com/getsentry/action-release). Updates `getsentry/action-release` from 3.6.0 to 3.6.1 - [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...f71adb49d4b2aeeda98052d3de234bbb0f3e03ab) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... 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 1020876..e32d2ae 100644 --- a/.github/workflows/sentry-release.yaml +++ b/.github/workflows/sentry-release.yaml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Create Sentry release - uses: getsentry/action-release@5657c9e888b4e2cc85f4d29143ea4131fde4a73a # v3.6.0 + uses: getsentry/action-release@f71adb49d4b2aeeda98052d3de234bbb0f3e03ab # v3.6.1 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ vars.SENTRY_ORG }}