From 486be4da59ca764db7411ce069fe98a941d08ef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 19:22:46 +0000 Subject: [PATCH] Bump getsentry/action-release from 2 to 3 Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: getsentry/action-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fb883a..58baaa0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Upload commits to Sentry release - uses: getsentry/action-release@v2 + uses: getsentry/action-release@v3 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: jeffrey-yasskin diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index f1c9bd4..4558323 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Upload commits to Sentry release - uses: getsentry/action-release@v2 + uses: getsentry/action-release@v3 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: jeffrey-yasskin